updated links on index.html

This commit is contained in:
Moss Limpert 2023-12-06 21:20:42 -05:00
parent 3a5f80df60
commit 01ad139998
1 changed files with 57 additions and 58 deletions

View File

@ -1,59 +1,58 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title> Shapes Comic </title> <title> Shapes Comic </title>
<link rel="stylesheet" href="style.css"/> <link rel="stylesheet" href="style.css"/>
<link rel="preload" href="starstreak.woff2" as="font"/> <link rel="preload" href="starstreak.woff2" as="font"/>
<link rel="preload" href="general-station.woff2" as="font"/> <link rel="preload" href="general-station.woff2" as="font"/>
<style> <style>
</style> </style>
</head> </head>
<body> <body>
<header> <header>
<img src="logo.webp" alt="Shapes Comic"/> <img src="logo.webp" alt="Shapes Comic"/>
<span class="subtitle">An interstellar story of life, death, love, and hate</span> <span class="subtitle">An interstellar story of life, death, love, and hate</span>
<nav> <nav>
<h3>// [comic] \\</h3> <h3>// [comic] \\</h3>
<a href="#">Librarium</a> <a href="#">Librarium</a>
<h3>// [general] \\</h3> <h3>// [general] \\</h3>
<a href="#">About</a> <a href="/about.html">About</a>
<a href="#">Contact</a> <a href="/support.html">Support</a>
<a href="#">Support</a> </nav>
</nav> </header>
</header> <main>
<main> <div id="panels">
<div id="panels"> <img src="page0.webp" alt="If you're hearing this, bug the comic creator about adding alt text"/>
<img src="page0.webp" alt="If you're hearing this, bug the comic creator about adding alt text"/> <img src="page1.webp" alt="If you're hearing this, bug the comic creator about adding alt text"/>
<img src="page1.webp" alt="If you're hearing this, bug the comic creator about adding alt text"/> </div>
</div> <nav>
<nav> <div class="navsec">
<div class="navsec"> <a href="/0">&lt;</a>
<a href="/0">&lt;</a> </div>
</div> <div class="navsec">
<div class="navsec"> <a href="#prev-chapter">&lt;&lt;&lt;</a>
<a href="#prev-chapter">&lt;&lt;&lt;</a> <a href="#prev-book">&lt;|</a>
<a href="#prev-book">&lt;|</a> <a href="#next-book">|&gt;</a>
<a href="#next-book">|&gt;</a> <a href="#next-chapter">&gt;&gt;&gt;</a>
<a href="#next-chapter">&gt;&gt;&gt;</a> </div>
</div> <div class="navsec">
<div class="navsec"> <a href="#next-page">&gt;</a>
<a href="#next-page">&gt;</a> </div>
</div> </nav>
</nav> <section id="description">
<section id="description"> <span>Posted by <strong>Ember Hearth</strong> on <strong>Oct 31, 2023</strong></span>
<span>Posted by <strong>Ember Hearth</strong> on <strong>Oct 31, 2023</strong></span> <p>
<p> It's 4:27 in the afternoon, twenty missed texts from you (I'm sorry!),
It's 4:27 in the afternoon, twenty missed texts from you (I'm sorry!), we were up all night getting friendly with each other: I missed you,
we were up all night getting friendly with each other: I missed you, it's magic! Staring at the mirror gotta smile, smile. Don't be late,
it's magic! Staring at the mirror gotta smile, smile. Don't be late, we've got plans. It's time to start a fucking riot (riot) - I'm so
we've got plans. It's time to start a fucking riot (riot) - I'm so tired of keeping myself in the dark! And I just really don't care, put
tired of keeping myself in the dark! And I just really don't care, put your hooves in the air tonight. I wanna fall in love with everypony,
your hooves in the air tonight. I wanna fall in love with everypony, we gotta set the streets alight. Everything's so fucked and I'm tired
we gotta set the streets alight. Everything's so fucked and I'm tired of being scared so let's get out and fuck up Equestria — Fuck the
of being scared so let's get out and fuck up Equestria — Fuck the mandate and monarchy. This is our world now. Gotta go <em>fast</em>!
mandate and monarchy. This is our world now. Gotta go <em>fast</em>! </p>
</p> </section>
</section> </main>
</main> </body>
</body>
</html> </html>