templates/index.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="Memeing security since forever.">
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="Memeing security since forever.">
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="Memeing security since forever.">
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">
26 <header class="header">
27 {{ header }}
28 </header>
29<body class="noselect">
30 <div class="introduction">
31 <h1 align="center">
32 {{ body }}
33 </h1>
34 </div>
35
36 <div class="footer">
37 <div class="left">
38 © 2019 — <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>
39 </div>
40
41 <div class="right">
42 <a href="https://github.com/icyphox" target="_blank">GitHub</a>
43 <a href="https://twitter.com/icyphox" target="_blank">Twitter</a>
44 <a href="/blog">Blog</a>
45 <a href="/about">About</a>
46 </div>
47 </body>
48 </div>
49</html>
50<script src="/static/smartquotes.js"></script>
51<script>smartquotes()</script>