Skip to content

Instantly share code, notes, and snippets.

@CameronGilroy
Created July 2, 2011 07:52
Show Gist options
  • Save CameronGilroy/1059831 to your computer and use it in GitHub Desktop.
Save CameronGilroy/1059831 to your computer and use it in GitHub Desktop.
html that is generating an error in espresso2
<!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>&copy; 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