summaryrefslogtreecommitdiff
path: root/template.txt
blob: 2e8b62ae6ee46a6f4a9ae038feb01c288faac332 (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
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<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">
<title>{TITLE}</title>
</head>

<body bgcolor="#222" text="#eee" link="#3F51B5" vlink="#3F51B5"> 
<center>
<h1>danieljon.es</h1>
<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">portfolio</a> </font> <br /> <br />
<a href="https://reddit.com/u/daniel_j-">reddit</a>
<a href="http://steamcommunity.com/id/imnotstraightatall/">steam</a>
<a href="https://github.com/daniel-Jones">github</a>
{INFO}
</center>
{CONTENT}
<center><br /><font size="2"> page generated on {TIME} </font></center>
</body>
</html>