Skip to content

Instantly share code, notes, and snippets.

@georgicodes
Created June 10, 2014 21:03
Show Gist options
  • Save georgicodes/869ea87c16423d9401a4 to your computer and use it in GitHub Desktop.
Save georgicodes/869ea87c16423d9401a4 to your computer and use it in GitHub Desktop.
Simple HTML skeleton
<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