Skip to content

Instantly share code, notes, and snippets.

@warnakey
Created April 15, 2019 18:27
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 warnakey/d2751ce3ce08bb0d654d74b675445182 to your computer and use it in GitHub Desktop.
Save warnakey/d2751ce3ce08bb0d654d74b675445182 to your computer and use it in GitHub Desktop.
HTML5 Blank Template (2019)
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Title Goes Here</title>
<meta name="description" content="Meta Description Goes Here">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<a href="/">Home</a>
</nav>
</header>
<div class="wrapper">
</div>
<footer>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment