Created
February 5, 2012 06:11
-
-
Save flaneur2020/1743417 to your computer and use it in GitHub Desktop.
html
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> | |
| <style> | |
| @import url(css/reset.css); | |
| @import url(css/style.css); | |
| </style> | |
| <script src="js/script.js"></script> | |
| </head> | |
| <body> | |
| <div id="mn"> | |
| <div id="hd"> | |
| </div> | |
| <div id="bd"> | |
| </div> | |
| <div id="ft"> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment