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>
<html>
<head>
<title> Shapes Comic </title>
<link rel="stylesheet" href="style.css"/>
<link rel="preload" href="starstreak.woff2" as="font"/>
<link rel="preload" href="general-station.woff2" as="font"/>
<style>
</style>
</head>
<body>
<header>
<img src="logo.webp" alt="Shapes Comic"/>
<span class="subtitle">An interstellar story of life, death, love, and hate</span>
<nav>
<h3>// [comic] \\</h3>
<a href="#">Librarium</a>
<h3>// [general] \\</h3>
<a href="#">About</a>
<a href="#">Contact</a>
<a href="#">Support</a>
</nav>
</header>
<main>
<div id="panels">
<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"/>
</div>
<nav>
<div class="navsec">
<a href="/0">&lt;</a>
</div>
<div class="navsec">
<a href="#prev-chapter">&lt;&lt;&lt;</a>
<a href="#prev-book">&lt;|</a>
<a href="#next-book">|&gt;</a>
<a href="#next-chapter">&gt;&gt;&gt;</a>
</div>
<div class="navsec">
<a href="#next-page">&gt;</a>
</div>
</nav>
<section id="description">
<span>Posted by <strong>Ember Hearth</strong> on <strong>Oct 31, 2023</strong></span>
<p>
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,
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
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,
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
mandate and monarchy. This is our world now. Gotta go <em>fast</em>!
</p>
</section>
</main>
</body>
<!DOCTYPE html>
<html>
<head>
<title> Shapes Comic </title>
<link rel="stylesheet" href="style.css"/>
<link rel="preload" href="starstreak.woff2" as="font"/>
<link rel="preload" href="general-station.woff2" as="font"/>
<style>
</style>
</head>
<body>
<header>
<img src="logo.webp" alt="Shapes Comic"/>
<span class="subtitle">An interstellar story of life, death, love, and hate</span>
<nav>
<h3>// [comic] \\</h3>
<a href="#">Librarium</a>
<h3>// [general] \\</h3>
<a href="/about.html">About</a>
<a href="/support.html">Support</a>
</nav>
</header>
<main>
<div id="panels">
<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"/>
</div>
<nav>
<div class="navsec">
<a href="/0">&lt;</a>
</div>
<div class="navsec">
<a href="#prev-chapter">&lt;&lt;&lt;</a>
<a href="#prev-book">&lt;|</a>
<a href="#next-book">|&gt;</a>
<a href="#next-chapter">&gt;&gt;&gt;</a>
</div>
<div class="navsec">
<a href="#next-page">&gt;</a>
</div>
</nav>
<section id="description">
<span>Posted by <strong>Ember Hearth</strong> on <strong>Oct 31, 2023</strong></span>
<p>
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,
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
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,
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
mandate and monarchy. This is our world now. Gotta go <em>fast</em>!
</p>
</section>
</main>
</body>
</html>