45 lines
1.2 KiB
HTML
45 lines
1.2 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</a>
|
||
|
<a href="#">Contact</a>
|
||
|
<a href="#">Support</a>
|
||
|
</nav>
|
||
|
</header>
|
||
|
<main>
|
||
|
<div>
|
||
|
<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>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|