Skip to content

Instantly share code, notes, and snippets.

@alitheDev
Created September 29, 2022 04:24
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 alitheDev/0e03a4e7e4761467ff93ed76dcaf439a to your computer and use it in GitHub Desktop.
Save alitheDev/0e03a4e7e4761467ff93ed76dcaf439a to your computer and use it in GitHub Desktop.
HTML Starting Template
<!DOCTYPE html>
<html>
<head>
<style>
</style>
<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