29 lines
1.7 KiB
HTML
29 lines
1.7 KiB
HTML
<!DOCTYPE html><html><head><title> <Post Apocalypse Story> </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body>
|
|
<h1> <Post Apocalypse Story> </h1>
|
|
<p class="comment">
|
|
Yeah, there is no real title yet.
|
|
</p>
|
|
<p>
|
|
Welcome, reader! This website is basically a book that I am working on
|
|
on the metro during my daily commute. It's an adventure story set
|
|
in a post-apocalyptic retro-futuristic world. Progress is kinda slow due
|
|
to my limited time but if you're into this kind of stuff, feel free
|
|
to hang around, I'd appreciate it, and <b>please give feedback</b>.
|
|
I need it to turn what looks good to me into something that is actually
|
|
passable. I'm @bodgemaster on Discord, please direct your feedback
|
|
to my DMs or to the story channel if you have access to that (you know
|
|
who you are :] ...).
|
|
</p>
|
|
<p>
|
|
Below, in the table of contents, you find links to all the chapters.
|
|
There is also a <a href="./notes/">collection of notes</a> that, while not
|
|
particularly well maintained, might be interesting (in case you missed
|
|
the link: <a href="./notes/">here</a>).
|
|
<p>
|
|
Table of Contents:
|
|
</p>
|
|
<ul>
|
|
<!-- chapter_list_here -->
|
|
</ul>
|
|
<p class="copyright">Copyright © 2023 Jan Danielzick (aka. BodgeMaster) – All rights reserved.</p><script>let spans = ["<span class=\"paper_green\">", "<span>"];let paper_sections = document.getElementsByClassName("paper");for (let i = 0; i < paper_sections.length; i++) {let lines = paper_sections[i].innerHTML.split("\n");let result = "";for (let j = 0; j < lines.length; j++) {result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";}paper_sections[i].innerHTML = result;}</script></body></html>
|