diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-08-27 18:27:26 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-08-27 18:27:26 +0930 |
commit | f2c6c0a3842a11a41f1f3bbdaec510e8400ef147 (patch) | |
tree | 9e0892a0eb513f7a82b4f6dc8bb23bfc1d5f42bc /template.txt | |
parent | 17677821301647ef4ba7a1d6187e8b60dedf6655 (diff) | |
download | website-f2c6c0a3842a11a41f1f3bbdaec510e8400ef147.tar.gz website-f2c6c0a3842a11a41f1f3bbdaec510e8400ef147.zip |
README.md
initial code commit
Diffstat (limited to 'template.txt')
-rw-r--r-- | template.txt | 18 |
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> |