all repos — site @ e41ce6841486e8f68f072544f4a65381fa55f67a

source for my site, found at icyphox.sh

templates/text.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      <code>{{ date }}</code>
33      <h1>{{ title }}</h1>
34      <h2>{{ subtitle }}</h2>
35      {{ body }} 
36    </div>
37    <hr />
38    <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:x@icyphox.sh">x@icyphox.sh</a>.</p>
39    <footer>
40      {{ footer }}
41    </footer>
42  </body>
43  </div>
44 </html>