Skip to content

Instantly share code, notes, and snippets.

@Pl4stICA
Forked from chrisvfritz/index.html
Created June 3, 2024 10:45
Show Gist options
  • Save Pl4stICA/52c854b6ec98f4c0e100803e311a928a to your computer and use it in GitHub Desktop.
Save Pl4stICA/52c854b6ec98f4c0e100803e311a928a to your computer and use it in GitHub Desktop.
Simplest possible HTML template
<!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>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment