all repos — site @ e41ce6841486e8f68f072544f4a65381fa55f67a

source for my site, found at icyphox.sh

templates/reading.html (view raw)

 1<!DOCTYPE html>
 2<html lang=en>
 3<link rel="stylesheet" href="/static/style.css" type="text/css">
 4<link rel="stylesheet" href="/static/syntax.css" type="text/css">
 5<link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
 6<meta name="description" content="{{ subtitle }}">
 7<meta name="viewport" content="initial-scale=1">
 8<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 9<meta content="#021012" name="theme-color">
10<meta name="HandheldFriendly" content="true">
11<meta name="twitter:card" content="summary_large_image">
12<meta name="twitter:site" content="@icyphox">
13<meta name="twitter:title" content="{{ title }}">
14<meta name="twitter:description" content="{{ subtitle }}">
15<meta name="twitter:image" content="/static/icyphox.png">
16<meta property="og:title" content="{{ title }}">
17<meta property="og:type" content="website">
18<meta property="og:description" content="{{ subtitle }}">
19<meta property="og:url" content="https://icyphox.sh">
20<meta property="og:image" content="/static/icyphox.png">
21<html>
22  <title>
23    {{ title }}
24  </title>
25<div class="container-text">
26  <header class="header">
27    {{ header }}
28  </header>
29<body> 
30   <div class="content">
31    <div align="left">
32      {{ body }} 
33    </div>
34    <hr />
35    <footer>
36      {{ footer }}
37    </footer>
38  </body>
39  </div>
40 </html>