Created
December 3, 2012 22:40
-
-
Save toddself/4198793 to your computer and use it in GitHub Desktop.
lame html body
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
| <div id="header"></div> | |
| <div class="background vert_spacer"> | |
| <div id="main"> | |
| <div id="nav"></div> | |
| <div id="workflow"> | |
| <lift:bind name="page_title"><h1 id="page_title"></h1></lift:bind> | |
| <div id="flash_message"></div> | |
| <div id="verify_message"></div> | |
| <div id="user_data"></div> | |
| <div id="section"></div> | |
| <div id="verification_section"></div> | |
| <div id="authentication"></div> | |
| </div> | |
| </div> | |
| <br class="clear" /> | |
| </div> | |
| <div id="footer"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment