index.html (view raw)
1<!DOCTYPE html>
2<html>
3<header>
4 <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
5<style>
6body {
7 margin-top: 10%;
8}
9</style>
10 <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a>
11 <title>
12 icyphox
13 </title>
14</header>
15
16<body>
17 <p>Hey there,</p>
18
19<p>This is my new, less flashy website. I lost the Markdown source of my old site in an SSD wipe :v <br />
20The blog's gone (for now), but I'll probably archive it somewhere.</p>
21
22<p>More about me, <a href="/about">here</a>.</p>
23
24</body>
25
26<hr />
27<footer>
28 <p align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</p>
29 <p> </p>
30<footer>