html 5 starter page
1 <!doctype html>
2 <head>
3 <meta charset="utf-8">
4 <title>Page Title</title>
5 <meta name="description" content="" />
6 <meta name="author" content="" />
7 </head>
8
9 <body>
10 <div id="container">
11 <header></header>
12 <div id="main" role="main"></div>
13 <footer></footer>
14 </div>
15 </body>
16 </html>
Comments
Sign in to leave a comment.

