33 lines
1.0 KiB
HTML
33 lines
1.0 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/augustcircle.png" />
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>ʕ·ᴥ·ʔ- august kline</title>
|
|
</head>
|
|
|
|
<body>
|
|
<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">
|
|
</div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html>
|