Skip to content

Instantly share code, notes, and snippets.

@jssteinberg
Last active December 2, 2022 10:42
Show Gist options
  • Save jssteinberg/c11e2fcee5584b372701fd9c72ae3dab to your computer and use it in GitHub Desktop.
Save jssteinberg/c11e2fcee5584b372701fd9c72ae3dab to your computer and use it in GitHub Desktop.
My minimal HTML5 template
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Minimal HTML5 template</title>
<main>
<h1>Minimal HTML5 template</h1>
<p>This is valid HTML5.</p>
</main>
@jssteinberg
Copy link
Author

This is actually valid HTML. I'm not saying I recommend it, but if I where to use a minimal HTML layout this would be my init.

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