summaryrefslogtreecommitdiff
path: root/templates/template_nocss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'templates/template_nocss.txt')
-rw-r--r--templates/template_nocss.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/template_nocss.txt b/templates/template_nocss.txt
new file mode 100644
index 0000000..382ea62
--- /dev/null
+++ b/templates/template_nocss.txt
@@ -0,0 +1,20 @@
+<!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>
+</head>
+<body>
+<h1>danieljon.es</h1>
+<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">projects</a> <a href="/opinions">opinions</a> <a href="https://git.danieljon.es">git</a>
+{INFO}
+{CONTENT}
+<br> <br> page generated {TIME} using <a href="https://git.danieljon.es/website/">sitegenerator</a>
+</body>
+</html>