Created
June 10, 2014 21:03
-
-
Save georgicodes/869ea87c16423d9401a4 to your computer and use it in GitHub Desktop.
Simple HTML skeleton
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> | |
| <title> The simplest HTML example | |
| </title> | |
| </head> | |
| <body> | |
| <h1> This is an HTML Page </h1> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment