release: 2026-03-30-233129

This commit is contained in:
He4eT 2026-03-30 23:31:29 +02:00
commit 43c2e25c78
75 changed files with 6395 additions and 0 deletions

59
docs/index.html Normal file
View file

@ -0,0 +1,59 @@
<!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>