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 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6<style>
7body {
8 margin-top: 10%;
9}
10</style>
11 <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a>
12 <title>
13 icyphox
14 </title>
15</header>
16
17<body style="font-size:1.5vw">
18 <p>Hey there,</p>
19
20<p>This is my new, less flashy website. I lost the Markdown source of my old site in an SSD wipe :v <br />
21The blog's gone (for now), but I'll probably archive it somewhere.</p>
22
23<p>More about me, <a href="/about">here</a>.</p>
24
25</body>
26
27<hr />
28<footer style="font-size:1.5vw">
29 <p align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</p>
30 <p> </p>
31<footer>