Created
July 2, 2011 07:52
-
-
Save CameronGilroy/1059831 to your computer and use it in GitHub Desktop.
html that is generating an error in espresso2
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 lang="en" class="no-js"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Site Name</title> | |
<link rel="stylesheet" type="text/css" href="/assets/application.css" media="all" /> | |
</head> | |
<body> | |
<div class="container wrapper"> | |
<div class="header"> | |
<h1>Site Name</h1> | |
</div> | |
<div class="page"> | |
<div class="sidebar left"> | |
Sidebar | |
</div> | |
<div class="content right"> | |
<h2 class="title">Title</h2> | |
content here | |
</div> | |
</div> | |
</div> | |
<div class="wrapper"> | |
<div class="push"></div> | |
<div class="footer"> | |
<p>© 2011 <a href="http://camerongilroy.com/">Cameron Gilroy</a></p> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment