HTML5 Blank Template + jQuery


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

Original snippet - http://snipplr.com/view.php?codeview&id=42713


Copy this code and paste it in your HTML
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>The title</title>
  6. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript"></script>
  7. <!--[if IE]>
  8. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  9. <![endif]-->
  10. </head>
  11. <body>
  12. </body>
  13. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.