index.html with 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. <head>
  4. <meta charset="UTF-8">
  5. <!-- www.phpied.com/conditional-comments-block-downloads/ -->
  6. <!--[if IE]><![endif]-->
  7.  
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9.  
  10. <link rel="shortcut icon" href="/favicon.ico">
  11. <link rel="apple-touch-icon" href="/apple-touch-icon.png">
  12.  
  13. <link href="css/reset.css" rel="stylesheet" />
  14. <link href="css/960_24_col.css" rel="stylesheet" />
  15. <link href="css/text.css" rel="stylesheet" />
  16. <link rel="stylesheet" href="css/style.css" />
  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. </style>
  28. </head>
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  31. </body>
  32. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.