all repos — site @ 00bf4ce789f831fb41ae9db2fb5e453e989b0b68

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  <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	{{ header }}
15	<title>
16		{{ title }}	
17	</title>
18</header>
19
20<body> 
21	{{ body }}
22</body>
23
24<hr />
25<footer>
26	{{ footer }}
27	<p> {{ author }} </p>
28<footer>