Skip to content

Instantly share code, notes, and snippets.

@rockstareast2
Forked from chrisvfritz/index.html
Created January 20, 2025 02:25
Show Gist options
  • Save rockstareast2/34e5ffc98802301f46b8fcd341b6f4b0 to your computer and use it in GitHub Desktop.
Save rockstareast2/34e5ffc98802301f46b8fcd341b6f4b0 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>
@rockstareast2
Copy link
Author

Wants to know how to make a good website

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment