Skip to content

Instantly share code, notes, and snippets.

@tankred
Last active September 29, 2020 12:07
Show Gist options
  • Save tankred/584d56476f8765dd60281bdf2f663ad7 to your computer and use it in GitHub Desktop.
Save tankred/584d56476f8765dd60281bdf2f663ad7 to your computer and use it in GitHub Desktop.
html boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<title>:</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="#">
</head>
<body>
<main>
<article>
<header>
<h1></h1>
<time datetime="2019-04-13">apr 13, 2019</time>
</header>
<p></p>
<footer>
<p></p>
</footer>
</article>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment