Created
April 12, 2011 04:53
-
-
Save joshuapowell/914953 to your computer and use it in GitHub Desktop.
A generic & empty HTML5 page structure.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="author" content="" /> | |
<meta name="copyright" content="" /> | |
<meta name="robots" content="index, follow" /> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<title></title> | |
<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" /> | |
<link rel="stylesheet" href="css/print.css" type="text/css" media="print" /> | |
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen,projection" /> | |
<link rel="index" title="" href="" /> | |
<!--[if lt IE 9 ]> | |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> | |
</head> | |
<body class="" lang="en-US"> | |
<header id="primary-header"> | |
<nav id="primary-navigation"> | |
<ul> | |
<li><a href="" title=""></a></li> | |
</ul> | |
</nav> | |
</header> | |
<div id="content-wrapper"> | |
<aside id="left"> | |
<nav id="contextual-navigation"> | |
<ul> | |
<li><a href="" title=""></a></li> | |
</ul> | |
</nav> | |
</aside> | |
<section id="content"> | |
</section> | |
<aside id="right"> | |
</aside> | |
</div> | |
<footer> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment