Skip to content

Instantly share code, notes, and snippets.

@tompazourek
Created April 27, 2021 06:56
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 tompazourek/2ef46756546864a9aaf40372183ff7d8 to your computer and use it in GitHub Desktop.
Save tompazourek/2ef46756546864a9aaf40372183ff7d8 to your computer and use it in GitHub Desktop.
Minimal readable HTML boilerplate (https://news.ycombinator.com/item?id=26952826)
<!DOCTYPE html>
<meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<style>
body{
font:menu;font-size:1.125em;
margin:auto;max-width:40em;
padding:0 0.5em 90vh 0.5em;
}
</style>
<h1>Test heading</h1>
<p>
blabla
blabla
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment