Skip to content

Instantly share code, notes, and snippets.

@xn4k
Created September 25, 2022 00:27
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 xn4k/8676f98da6d18fa27345f6d38c0650bc to your computer and use it in GitHub Desktop.
Save xn4k/8676f98da6d18fa27345f6d38c0650bc to your computer and use it in GitHub Desktop.
Simple html index page
<!doctype html>
<html>
<head>
<title>Hey i am your new Title</title>
</head>
<body>
<h1>Hey</h1>
<p>Example paragraph. Lets roll</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment