Guest User

Untitled

a guest
Jul 12th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.77 KB | None | 0 0
  1. <!doctype html>
  2. <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
  3. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
  4. <!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
  5. <!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
  6. <!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
  7. <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
  8. <html>
  9.     <head>
  10.        
  11.         <title></title>
  12.         <meta name="description" content="">
  13.  
  14.         <meta name="viewport" content="width=device-width">
  15.         <meta charset="utf-8">
  16.  
  17.         <?php echo Asset::container('header')->styles(); ?>
  18.         <?php echo Asset::container('header')->scripts(); ?>
  19.  
  20.     </head>
  21.     <body>
Add Comment
Please, Sign In to add comment