Skip to content

Instantly share code, notes, and snippets.

@dbarria
Last active February 1, 2022 21:28
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 dbarria/38d9477d5b49e6c01fc8d13b3779a7b6 to your computer and use it in GitHub Desktop.
Save dbarria/38d9477d5b49e6c01fc8d13b3779a7b6 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>Page title...</title>
</head>
<body>
<header>
<h1>Heading</h1>
<b><p>Header 1</p></b>
</header>
<header>
<h1>Heading</h1>
<b><p>Header 2</p></b>
</header>
<nav>
Nav content...
</nav>
<main>
<article>
<p>Article content...</p>
</article>
</main>
<footer>
Footer 1
</footer>
<footer>
Footer 2
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment