diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-01-27 11:01:04 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-01-27 11:01:04 +1030 |
commit | 9a073980788faebe4f947b7c31e212375af277c4 (patch) | |
tree | b509998559e15f3291f8c97d48fad5b0a01cec3e /templates | |
parent | 856b1f9981226de1e6abbf77093d0cae0d162455 (diff) | |
download | website-9a073980788faebe4f947b7c31e212375af277c4.tar.gz website-9a073980788faebe4f947b7c31e212375af277c4.zip |
removed text under the website header text. added /templates with one current teplate consisting of zero css.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template_nocss.txt | 20 |
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> |