all repos — site @ e82a9b2f9943cc670eee9b429fce91c125f919ce

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<style>
 6body {
 7  margin-top: 10%;
 8}
 9</style>
10	{{ header }}
11	<title>
12		{{ title }}	
13	</title>
14</header>
15
16<body>
17	{{ body }}
18</body>
19
20<footer>
21	{{ footer }}
22	<p> {{ author }} </p>
23<footer>