all repos — site @ ad6e42281c617e19578967c99b2a64c12393a4d3

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<script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>
26<div class="container-text">
27  <header class="header">
28     <a href="../">‹ back</a>
29  </header>
30<body> 
31   <div class="content">
32    <div align="left">
33      <p> {{ date }} </p>
34      {{ body }} 
35    </div>
36   </body>
37  </div>
38</html>
39<script src="/static/smartquotes.js"></script>
40<script>smartquotes()</script>