summaryrefslogtreecommitdiff
path: root/template.txt
blob: 26bf7226e79c01639b967cc9e806fad3ca646e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta name="keywords" content="Programming, C++, C, Blog">
<meta name="description" content="Personal blog/portfolio/site for Daniel Jones">
<meta name="author" content="Daniel Jones">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-control" content="public">
<link rel="icon" type="image/png" href="https://danieljon.es/favicon.png">
<title>{TITLE}</title>
<style type="text/css">
body{margin-right: 20px; margin-left: 20px; font-family: Verdana}
img{max-width: 100%; max-height: 100%; overflow: hidden;}
.middle{text-align: center;}
.middiv{margin: auto; width: 80%;}
#gentag{text-align: center; font-size: 75%;}
h1,h2,h3,h4{padding-left: 5px; !important;}
div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;}
div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;}
</style>
</head>
<body> 
<div class="middle">
<h1>danieljon.es</h1>free of Javascript, minimal CSS.<br><br>
<a href="https://danieljon.es">index</a> <a href="https://danieljon.es/blog">blog</a> <a href="https://danieljon.es/portfolio.html">portfolio</a> <br> <br>
<a href="https://reddit.com/u/daniel_j-">reddit</a>
<a href="https://steamcommunity.com/id/imnotstraightatall/">steam</a>
<a href="https://github.com/daniel-Jones">github</a>
{INFO}
</div>
{CONTENT}
<br> <br> <div id="gentag">page generated {TIME} using <a href="https://github.com/daniel-Jones/sitegenerator">sitegenerator</a></div>
</body>
</html>