Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save richardadalton/0e4879c7aab26592ef919ada74a5f4d6 to your computer and use it in GitHub Desktop.
Save richardadalton/0e4879c7aab26592ef919ada74a5f4d6 to your computer and use it in GitHub Desktop.
Simple HTML Page
<!DOCTYPE html>
<html>
<head>
<title>Page Title Here</title>
</head>
<body>
<h1>My Great Page</h1>
<p>A witty paragraph.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment