all repos — site @ 0f372a750d80dff5a1b29444825f99765aeff488

source for my site, found at icyphox.sh

templates/normal.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	{{ header }}
 6	<title>
 7		{{ title }}	
 8	</title>
 9</header>
10
11<body>
12	{{ body }}
13</body>
14
15<hr />
16<footer>
17	{{ footer }}
18	<p> {{ author }} </p>
19<footer>