mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 12:27:23 +00:00
59 lines
1.6 KiB
HTML
59 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" href="/favicon.ico" sizes="32x32">
|
|
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
|
|
|
|
|
<title>
|
|
oddsquat
|
|
</title>
|
|
<meta name="description" content="My own private fanzine.">
|
|
|
|
<link rel="preload" href="/fonts/open_sans_condensed-32.woff2" as="font" type="font/woff2" crossorigin>
|
|
<link rel="preload" href="/fonts/open_sans_condensed-27.woff2" as="font" type="font/woff2" crossorigin>
|
|
<link rel="preload" href="/fonts/open_sans-25.woff2" as="font" type="font/woff2" crossorigin>
|
|
<link rel="preload" href="/fonts/open_sans-24.woff2" as="font" type="font/woff2" crossorigin>
|
|
<link rel="preload" href="/fonts/open_sans-17.woff2" as="font" type="font/woff2" crossorigin>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/typography.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/css/index.css">
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="stripesContainer">
|
|
<div class="stripes">
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<main>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/">oddsquat</a></li>
|
|
<li><a href="/posts/">posts</a></li>
|
|
<li><a href="/lost+found/">lost+found</a></li>
|
|
<li><a href="/projects/">projects</a></li>
|
|
<li><a href="/about/">about</a></li>
|
|
</ul>
|
|
</nav>
|
|
</main>
|
|
|
|
<script async
|
|
data-goatcounter="https://he4et.goatcounter.com/count"
|
|
src="https://gc.zgo.at/count.js"></script>
|
|
|
|
</body>
|
|
</html>
|