~aleteoryx/gloss

ref: ed42056faa25b1a8d12605ddb112e3c90fa91a28 gloss/testout/a.html -rw-r--r-- 527 bytes
ed42056fAleteoryx blam 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>&mdash; <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>