Skip to content

Instantly share code, notes, and snippets.

@joshbuchea
Last active August 1, 2023 12:37
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save joshbuchea/3ce792da84499fc05d0eb399ccd03b6a to your computer and use it in GitHub Desktop.
HTML5 Starter
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5 Starter</title>
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐣</text></svg>">
<!-- <link rel="stylesheet" href="styles.css"> -->
<!-- <style></style> -->
</head>
<body>
<header>
<h3>Site Title</h3>
</header>
<main>
<h1>Page Title</h1>
</main>
<footer></footer>
<!-- scripts -->
<!-- <script src="script.js"></script> -->
<!-- <script></script> -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment