all repos — site @ 862dd084f04d0889777aea29b4c9ebd7b4af095f

source for my site, found at icyphox.sh

templates/index.html (view raw)

 1<!DOCTYPE html>
 2<html lang=en>
 3<link rel="stylesheet" href="/static/style.css" type="text/css">
 4<meta content="icyphox's personal website" name=description>
 5<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
 6<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 7<meta name="HandheldFriendly" content="true">
 8
 9<title>
10	{{ title }}	
11</title>
12
13<header>
14	{{ header }}
15</header>
16
17<body> 
18  <div class="centered" align="center">
19    <div class="centered-item">
20  	{{ body }}
21    </div>
22  </div>
23</body>
24