Web Page Template
Published
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title</title>
</head>
<body>
<nav>
<ul>
<li>
<a href="index.html">
Home
</a>
</li>
</ul>
<hr>
</nav>
<main>
<article>
<header>
<hgroup>
<h1>
Title
</h1>
<p>
Published
<time datetime="[time]">
[time]
</time>
</p>
</hgroup>
<hr>
</header>
<section>
</section>
</article>
</main>
<footer>
<hr>
<p>
The content of this web page, unless otherwise specified, is
licensed under
<a href="https://creativecommons.org/publicdomain/zero/1.0/">
CC0 1.0.
</a>
</p>
<p>
takodaos.neocities.org
</p>
</footer>
</body>
</html>