<!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 cite="https://aleteoryx.me">this is a quote block</blockquote>
<p>— <cite><a href="https://aleteoryx.me">aleteoryx</a></cite>, 2025</p>
</div>
<p>\<http://example.com|example page></p>
</main>
<hr>
<h3>See also:</h3>
<ul>
<li><a href="b.html">The Letter B</a></li>
</ul>
<footer>File last modified Fri, 2025-15-51 00:51:39 </footer>
</body>
</html>