all repos — site @ 6b1d5bc190e577fcb4bb42782c12841c5ff71d50

source for my site, found at icyphox.sh

templates/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	{{ header }}
12	<title>
13		{{ title }}	
14	</title>
15</header>
16
17<body style="font-size:1.5vw">
18	{{ body }}
19</body>
20
21<hr />
22<footer style="font-size:1.5vw">
23	{{ footer }}
24	<p> {{ author }} </p>
25<footer>