25 lines
1.0 KiB
HTML
25 lines
1.0 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="./strong_fish.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Damned Fort | NaNoGenMo 2024</title>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<h1>Damned Fort - NaNoGenMo 2024</h1>
|
|
<p class="subtitle">A rearrangement of <a href="https://www.gutenberg.org/ebooks/22472">Charles Fort's <i>The Book of the Damned</i></a> using <a href="https://compromise.cool/">compromise</a> | by <a href="https://mikelynch.org">Mike Lynch</a> | <a href="https://git.tilde.town/bombinans/damned-fort">Source</a></p>
|
|
</div>
|
|
<div id="frame">
|
|
<div id="controls">
|
|
<input id="nextPage" type="button" value="next page" /> or
|
|
<input id="nWords" type="text" value="50000" size="6"/>
|
|
<input id="makeLots" type="button" value="words" />
|
|
</div>
|
|
<div id="page"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
</html>
|