Basic HTML5 Template

by scheinercc

HTML

<!doctype html>  
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Basic HTML5 Template</title>
        <!--[if lt IE 9]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
    </head>
    <body>
    </body>
</html>