58 lines
2.1 KiB
HTML
58 lines
2.1 KiB
HTML
<!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"><</a>
|
|
</div>
|
|
<div class="navsec">
|
|
<a href="#prev-chapter"><<<</a>
|
|
<a href="#prev-book"><|</a>
|
|
<a href="#next-book">|></a>
|
|
<a href="#next-chapter">>>></a>
|
|
</div>
|
|
<div class="navsec">
|
|
<a href="#next-page">></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> |