<!doctype html>
<html>
<head>
<meta encoding='utf-8'>
<title>The Letter A</title>
</head>
<body>
<main>
<h1>The Letter A</h1>
<p>this is a paragraph block. these lines will be folded into one string and ultimately rendered roughly the same in the browser.</p>
<div>
<blockquote>this is a quote block</blockquote>
<p>— <cite>aleteoryx</cite></p>
</div>
<hr>
<h3>See Also:</h3>
<ul>
<li><a href="b.html">The Letter B</a></li>
</li>
</main>
<footer>File last modified Thu, 2025-14-40 18:40:06 </footer>
</body>
</html>