diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-11-09 10:57:23 +1100 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-11-09 10:57:23 +1100 |
commit | 3ff092f1257952b910987d5c36deea3b15abf726 (patch) | |
tree | 557cad406cf5fc9eba1c4fe087e3511cd0174dce /template.txt | |
parent | b0fce1f82059837a68f47f28a8b903a8a09cbdfe (diff) | |
download | website-3ff092f1257952b910987d5c36deea3b15abf726.tar.gz website-3ff092f1257952b910987d5c36deea3b15abf726.zip |
plenty of changes, new template. I don't really know what is here, it has been so long.
Diffstat (limited to 'template.txt')
-rw-r--r-- | template.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/template.txt b/template.txt index 8fd03a9..6099095 100644 --- a/template.txt +++ b/template.txt @@ -6,21 +6,24 @@ <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;} +/*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;} +img{max-width: 100%; max-height: 100%; overflow: hidden;} */ .middle{text-align: center;} -#gentag{text-align: center; font-size: 75%;} +/*#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> + <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> |