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