tRemoved code.css as I do not use it anymore - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 035cd98735a0070a06cad4e916640b76ef16e967
(DIR) parent de4e65b4240ca5739b3e1d7e210d98a29637fea3
(HTM) Author: z3bra <willy@mailoo.org>
Date: Wed, 2 Apr 2014 12:35:39 +0200
Removed code.css as I do not use it anymore
Diffstat:
D css/code.css | 10 ----------
A foot.html | 11 +++++++++++
A head.html | 14 ++++++++++++++
3 files changed, 25 insertions(+), 10 deletions(-)
---
(DIR) diff --git a/css/code.css b/css/code.css
t@@ -1,10 +0,0 @@
-/* Generated by macro :TOhtml in vim */
-.Comment { color: #aaa; }
-.Constant { color: #c67; }
-.Function { color: #333; }
-.Special { color: #cf2; }
-.Statement { color: #fff; }
-.PreProc { color: #654; }
-.String { color: #eea; }
-.Type { color: #654; }
-
(DIR) diff --git a/foot.html b/foot.html
t@@ -0,0 +1,11 @@
+ </div>
+ <footer>
+ <a href='http://www.acme.com/software/thttpd/'>thttpd</a> <!-- ♥ -->//
+ <a href='http://www.wtfpl.net/about/'>wtfpl</a> <!-- © -->//
+ <a href='mailto:willy@mailoo.org'>mail</a> <!-- ✉ -->//
+ <a href='http://z3bra.org'>root</a> <!-- ☮ -->//
+ <a href='http://blog.z3bra.org/rss/feed.xml'>rss</a> <!-- ★ -->
+ </footer>
+ </body>
+</html>
+<!-- vim: set sw=2 et ai fdm=marker ft=html: -->
(DIR) diff --git a/head.html b/head.html
t@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset='utf-8'/>
+ <link rel='stylesheet' href='/css/monochrome.css'/>
+ <link rel='stylesheet' href='/css/phone.css' media='screen and (max-width: 540px)'/>
+ <title>z3bra.org - monochromatic blog</title>
+ </head>
+ <body>
+ <header>
+ <h1><a href='/'>Monochromatic</a></h1>
+ <h2>— <a href='/about.html'>z3bra</a>, the stripes apart</h2>
+ </header>
+ <div id='wrapper'>