Skip to content

Instantly share code, notes, and snippets.

@danman01
Created April 16, 2019 16:06
Show Gist options
  • Save danman01/569002efdbf9745ede542d0fa6f3c659 to your computer and use it in GitHub Desktop.
Save danman01/569002efdbf9745ede542d0fa6f3c659 to your computer and use it in GitHub Desktop.
example html
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment