Skip to content

Instantly share code, notes, and snippets.

@kuccello
Created June 16, 2012 23:08
Show Gist options
  • Save kuccello/2942786 to your computer and use it in GitHub Desktop.
Save kuccello/2942786 to your computer and use it in GitHub Desktop.
Simple HTML
<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