Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Created May 7, 2014 07:13
Show Gist options
  • Save NatalieMac/fd91ee604f654cfd4245 to your computer and use it in GitHub Desktop.
Save NatalieMac/fd91ee604f654cfd4245 to your computer and use it in GitHub Desktop.
Sample Underscores HTML Structure
<!DOCTYPE html>
<html>
<head>
<title>Sample Underscores HTML Structure</title>
</head>
<body>
<div id="page" class="hfeed site">
<header id="masthead" class="site-header" role="banner"></header>
<div id="content" class="site-content"></div>
<footer id="colophon" class="site-footer" role="contentinfo"></footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment