Created
June 16, 2012 23:08
-
-
Save kuccello/2942786 to your computer and use it in GitHub Desktop.
Simple HTML
This file contains 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>Hello</title> | |
</head> | |
<body> | |
<h1>Hello World!</h1> | |
<p>Greetings from the internet!</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment