Skip to content

Instantly share code, notes, and snippets.

@adamsilver
Created October 28, 2010 13:03
Show Gist options
  • Save adamsilver/651283 to your computer and use it in GitHub Desktop.
Save adamsilver/651283 to your computer and use it in GitHub Desktop.
<html>
<head>...</head>
<body>
<div id="structureElementOne">
<!-- more HTML, perhaps a header as well-->
<div id="myModule">
Here is the main stuff that is unique to this page etc
</div>
<!-- more HTML, perhaps a footer as well-->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment