Skip to content

Instantly share code, notes, and snippets.

@chrisvfritz
Created November 18, 2014 19:22
Show Gist options
  • Save chrisvfritz/bc010e6ed25b802da7eb to your computer and use it in GitHub Desktop.
Save chrisvfritz/bc010e6ed25b802da7eb 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>
@DaBiggestBozo
Copy link

  1. 2 more!

@RulerOf
Copy link

RulerOf commented Jan 25, 2025

I found this in the wild on a website. I was looking for a breakfast menu though. 0/10.

@BramHaan
Copy link

BramHaan commented Jan 26, 2025 via email

@ErikUden
Copy link

ErikUden commented Feb 1, 2025

Great gist. Thank you.

@yinstardev
Copy link

Damn this helped me validate vercel deployment on private repo also can be made public. Great wisdom.
Holy HTML snippet.

@mpalmero197
Copy link

May all who are lost seek comfort in this text.

@rockstareast2
Copy link

Thanks

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