Posted By


misnoul on 07/10/13

Tagged


Statistics


Viewed 757 times
Favorited by 0 user(s)

Basic HTML5 Template


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE>
  2. <html lang="en">
  3. <meta charset="UTF-8" />
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
  5. <link rel="shortcut icon" type="text/css" href="images/favicon.ico">
  6. <link rel="stylesheet" href="stylesheets/style.css" />
  7. <!--[if lt IE 9]>
  8. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  9. <![endif]-->
  10. </head>
  11. <!-- // <script src="http://code.jquery.com/jquery-latest.min.js"></script> -->
  12. <script src="js/main.js"></script>
  13. </body>
  14. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.