Skip to content

Instantly share code, notes, and snippets.

@vladimirmyshkovski
Forked from chrisvfritz/index.html
Last active August 23, 2021 08:12
Show Gist options
  • Save vladimirmyshkovski/2df865d684ec7ebde98cc73347b9a3aa to your computer and use it in GitHub Desktop.
Save vladimirmyshkovski/2df865d684ec7ebde98cc73347b9a3aa to your computer and use it in GitHub Desktop.
Simplest possible HTML template
sINKK2vpkhC1+2sLwG02ZY38bCQv+n+1G06lBY7Dm/p4cKqTJKpM2ZImCOhhJCkTosOCLTqh0gYoY5HR25NZPz1K
<!doctype html>
<html>
<head>
<title>This is the title of the webpage!</title>
</head>
<body>
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
</body>
<script></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment