HTML5 New Document Template


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



Copy this code and paste it in your HTML
  1. <!doctype html>
  2. <head>
  3. <meta charset="utf-8" />
  4.  
  5. <link rel="stylesheet" media="screen" href="/css/style.css" />
  6. <link rel="stylesheet" media="print" href="/css/print.css" />
  7.  
  8. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  9. <script type="text/javascript" src="/lib/script.js"></script>
  10.  
  11. <link rel="shortcut icon" href="/favicon.ico" />
  12.  
  13. <meta name="author" content="" />
  14. <meta name="date" content="" />
  15. <meta name="keywords" content="" />
  16. <meta name="description" content="" />
  17. </head>
  18. <body>
  19.  
  20. </body>
  21. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.