add about page

This commit is contained in:
Moss Limpert 2023-11-09 21:44:06 -05:00
parent 94fdd88aa0
commit b1c1befacb
1 changed files with 31 additions and 0 deletions

31
about.html Normal file
View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css"/>
<link rel="preload" href="starstreak.woff2" as="font"/>
<link rel="preload" href="general-station.woff2" as="font"/>
<title>About</title>
</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>
<section id="about">
</section>
</main>
</body>
</html>