Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- HTML5 -->
- <! DOCTYPE html>
- <html>
- <head>
- <title>Page Title</title>
- <!-- Normalize.css -->
- <link rel="stylesheet" type="text/css" href="normalize.css">
- <!-- Custom Styles style.css -->
- <link rel="stylesheet" type="text/css"href="style.css">
- <!-- Internet Explorer Conditional -->
- <!-- [if IE]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <!-- end [if IE] -->
- </head>
- <body>
- <h1 id="pageTitle">My Name Goes Here..</h1>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement