Skip to content

Instantly share code, notes, and snippets.

@TarttWeb
Last active April 5, 2022 17:53
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 TarttWeb/c97e6579007c77011ad5fff9b12f3f50 to your computer and use it in GitHub Desktop.
Save TarttWeb/c97e6579007c77011ad5fff9b12f3f50 to your computer and use it in GitHub Desktop.
Basic HTML Document Example
<!doctype html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Page Heading</h1>
<p>My first paragragh</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment