summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-01-05 13:39:26 +1030
committerdaniel-Jones <daniel@danieljon.es>2018-01-05 13:39:26 +1030
commite3e4f47cf42d983e09ac6f4374b778f9165925ff (patch)
tree22e74f5aaa24bd34f9944e9d1b371a028c1eb258
parent813bebb67686ae187c950edf39cc7b30153ad00c (diff)
downloadwebsite-e3e4f47cf42d983e09ac6f4374b778f9165925ff.tar.gz
website-e3e4f47cf42d983e09ac6f4374b778f9165925ff.zip
removed template_original.txt
-rw-r--r--template_original.txt36
1 files changed, 0 insertions, 36 deletions
diff --git a/template_original.txt b/template_original.txt
deleted file mode 100644
index 54e4f1e..0000000
--- a/template_original.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-<!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{background-color:#222; color: #eee; margin-right: 20px; margin-left: 20px;}
-div{background-color: #202020 !important;}
-a:link{color: #3F51B5;}
-a:visited{#3F51B5;}
-img{max-width: 100%; max-height: 100%; overflow: hidden;}
-.middle{text-align: center;}
-#gentag{text-align: center; font-size: 75%;}
-h1,h2,h3,h4 {background-color: black !important; color: #e02020 !important;}
-</style>
-</head>
-
-<body>
-<div class="middle">
- <h1>danieljon.es</h1>free of native javascript, made with terminals in mind.<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 on {TIME} using <a href="https://github.com/daniel-Jones/sitegenerator">sitegenerator</a></div>
-</body>
-</html>