/ Published in: HTML
Use this as a base for your HTML5 projects! :)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="icon" type="image/png" href="/images/icon.png" /> <!-- START Meta Information --> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="author" content="" /> <meta name="robots" content="index,follow" /> <meta name="copyright" content="" /> <!-- END Meta Information --> <!-- START Style Sheets --> <link rel="stylesheet" type="text/css" media="all" href="style.css" /> <!-- END Style Sheets --> <!-- Javascript --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- END Javascript --> </head> <body> <!-- CONTENT GOES HERE --> </body> </html>
URL: http://www.websicle.co.uk