2024-11-27 07:41:31 +00:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
2024-12-01 01:34:57 +00:00
< link rel = "icon" type = "image/svg+xml" href = "./strong_fish.svg" / >
2024-11-27 07:41:31 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2024-12-01 01:01:03 +00:00
< title > Damned Fort | NaNoGenMo 2024< / title >
2024-11-27 07:41:31 +00:00
< / head >
< body >
2024-12-01 01:01:03 +00:00
< div id = "header" >
2024-12-01 01:34:57 +00:00
< 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 >
2024-12-01 01:01:03 +00:00
< / div >
2024-12-01 01:34:57 +00:00
< div id = "frame" >
< div id = "controls" >
2024-12-01 06:56:27 +00:00
< 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" / >
2024-12-01 01:01:03 +00:00
< / div >
2024-12-01 06:56:27 +00:00
< div id = "page" > < / div >
2024-11-27 07:41:31 +00:00
< script type = "module" src = "/src/main.js" > < / script >
2024-12-01 01:01:03 +00:00
2024-11-27 07:41:31 +00:00
< / body >
< / html >