all repos — site @ 4c05825eacc65aeb1eb5d091da263a59aded6ce5

source for my site, found at icyphox.sh

templates/about.html (view raw)

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