Created
October 28, 2010 13:03
-
-
Save adamsilver/651283 to your computer and use it in GitHub Desktop.
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
<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