diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-04-07 13:41:20 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-04-07 13:41:20 +0930 |
commit | 1ed60ac73194948b8776f281205012dd8c07654b (patch) | |
tree | eef15cb8d7a965e046be34b9f5ae5b9b203270e2 /index.html | |
parent | 977abbcf8c40e554caf03c09f36f41bbbebba4a4 (diff) | |
download | gnupluslinux.com-1ed60ac73194948b8776f281205012dd8c07654b.tar.gz gnupluslinux.com-1ed60ac73194948b8776f281205012dd8c07654b.zip |
removed test content, now a simple wip message
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 28 |
1 files changed, 1 insertions, 27 deletions
@@ -9,33 +9,7 @@ <meta http-equiv="Cache-control" content="public"> <link rel="icon" type="image/png" href="favicon.png"> <title>{TITLE}</title> -<style> -body{background-color:#222; color: #eee; margin-right: 5%; margin-left: 5%; font-family: Verdana} -div{background-color: #202020 !important} -a:link{color: #3F51B5;} -a:visited{#3F51B5;} - -img{max-width: 100%; max-height: 100%; overflow: hidden;} -pre{padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; overflow: auto;} -.middle{text-align: center;} -.middiv{margin: auto; width: 80%;} -#gentag{text-align: center; font-size: 75%;} -h1,h2,h3,h4{background-color: black; color: #e02020; padding-left: 5px;} -div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;} -div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;} -.content{border: 1px solid black; border-radius: 5px; padding-top: 15px; padding-bottom: 15px; padding-left: 15px; padding-right: 15px; background: #eeeeec;} -</style> - </head> - <body> - <div class="middle"> - <h1>gnupluslinux.com</h1> - <a href="/">index</a> <a href="/blog">blog</a> <a href="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">git</a> - {INFO} - </div> - <div class="content"> - {CONTENT} - </div> - <br> <br> <div id="gentag">by <a href="https://danieljon.es/">daniel_j</a></div> + Work in progress. </body> </html> |