Skip to content

Instantly share code, notes, and snippets.

@ssmythe
Last active August 29, 2015 14:26
Show Gist options
  • Save ssmythe/8fca0c5bd373328b58b8 to your computer and use it in GitHub Desktop.
Save ssmythe/8fca0c5bd373328b58b8 to your computer and use it in GitHub Desktop.
Simple hello world HTML
<html>
<head>
<title>Sup</title>
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment