summaryrefslogtreecommitdiff
path: root/template.txt
diff options
context:
space:
mode:
Diffstat (limited to 'template.txt')
-rw-r--r--template.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/template.txt b/template.txt
new file mode 100644
index 0000000..cac279f
--- /dev/null
+++ b/template.txt
@@ -0,0 +1,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>