Created
May 7, 2014 07:13
-
-
Save NatalieMac/fd91ee604f654cfd4245 to your computer and use it in GitHub Desktop.
Sample Underscores HTML Structure
This file contains hidden or 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> | |
<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