Skip to content

Instantly share code, notes, and snippets.

@curran
Last active November 1, 2016 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curran/30488e66d2ed50eaea82d4d012bf64a2 to your computer and use it in GitHub Desktop.
Save curran/30488e66d2ed50eaea82d4d012bf64a2 to your computer and use it in GitHub Desktop.
HTML Starter
license: mit
<!DOCTYPE html>
<html>
<head>
<title>HTML Starter</title>
</head>
<body>
<h1>Hello HTML!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment