augustkline.com/index.html

33 lines
1.0 KiB
HTML
Raw Permalink Normal View History

2024-08-14 01:01:06 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-08-18 13:09:14 -04:00
<link rel="icon" type="image/png" href="/augustcircle.png" />
<link rel="stylesheet" type="text/css" href="/style.css" />
2024-08-14 01:01:06 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ʕ·ᴥ·ʔ- august kline</title>
</head>
<body>
2024-09-30 19:16:48 -04:00
<main>
<h1>hi! i'm august. or kline. </h1>
<p>lately i've been working on
<a href="https://git.augustkline.com/august/george" target="_blank" rel="noreferer">george</a>.
here's my
<a href="/blog/">blog</a>
and my
<a href="https://git.augustkline.com/august" target="_blank" rel="noreferer">git</a>
and my
<a href="https://kline.cohost.org" target="_blank" rel="noreferer">cohost</a>
and my
<a href="mailto:me@augustkline.com" target="_blank" rel="noreferer">email</a>
</p>
</main>
<div id="background">
2024-08-14 01:01:06 -04:00
</div>
2024-08-26 19:41:13 -04:00
<script type="module" src="/src/main.ts"></script>
2024-08-14 01:01:06 -04:00
</body>
</html>