all repos — site @ 87f6e12ddaa185af29d3d25906328150acdbe863

source for my site, found at icyphox.sh

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  <link rel="stylesheet" href="/static/responsive.css" type="text/css">
 6  <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
 7  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 8  <meta name="HandheldFriendly" content="true">
 9<style>
10body {
11  margin-top: 10%;
12}
13</style>
14	<a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a>
15	<title>
16		icyphox	
17	</title>
18</header>
19
20<body> 
21	<p>Hey there,</p>
22
23<p>This is my new, less flashy website. I lost the Markdown source of my old site in an SSD wipe :v <br />
24The blog's gone (for now), but I'll probably archive it somewhere.</p>
25
26<p>More about me, <a href="/about">here</a>.</p>
27
28</body>
29
30<hr />
31<footer>
32	<small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</small>
33	<p>  </p>
34<footer>