summaryrefslogtreecommitdiff
path: root/template.txt
blob: cac279f8f5070251c74de31c60b42c392c6072a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<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/1.html">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>
<h1>{INFO}</h1>
</center>
{CONTENT}
<center><br /><font size="2"> page generated on {TIME} </font></center>
</body>
</html>