blogs
Version:
A simple blog generator.
15 lines (14 loc) • 341 B
HTML
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Inkling</title>
<header>
<h1>Sheldon's Diary</h1>
</header>
<main>
<h1>Inkling</h1>
<time datetime="2016-05-04T00:00:00.000Z">May 04, 2016</time>
<h2>Background</h2>
<h2>Appearance</h2>
</main>
<footer>©</footer>