index.html template with 960 gs and jquery


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3. <meta charset="UTF-8">
  4. <!--[if IE]><![endif]-->
  5.  
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7.  
  8. <link rel="shortcut icon" href="/favicon.ico">
  9. <link rel="apple-touch-icon" href="/apple-touch-icon.png">
  10.  
  11. <link href="css/reset.css" rel="stylesheet" />
  12. <link href="css/960_24_col.css" rel="stylesheet" />
  13. <link href="css/text.css" rel="stylesheet" />
  14. <link rel="stylesheet" href="css/style.css" />
  15.  
  16. <script src="js/jquery.min.js"></script>
  17.  
  18. <!-- For the less-enabled mobile browsers like Opera Mini -->
  19. <link rel="stylesheet" media="handheld" href="css/handheld.css?v=1">
  20.  
  21. <!--[if lt IE 9]>
  22. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  23. <![endif]-->
  24.  
  25. <title> SITENAME </title>
  26.  
  27. </head>
  28. <body>
  29.  
  30. </body>
  31. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.