Last active
December 2, 2022 10:42
-
-
Save jssteinberg/c11e2fcee5584b372701fd9c72ae3dab to your computer and use it in GitHub Desktop.
My minimal HTML5 template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.