tfirst post to the front page! - monochromatic - monochromatic blog: http://blog.z3bra.org
HTML git clone git://z3bra.org/monochromatic
DIR Log
DIR Files
DIR Refs
---
DIR commit b702d9d84592501e50dabe1a77cbc9343780449e
DIR parent 24b5756f9f7bbb7f659f006a2efef42e9aeafd64
HTML Author: Willy Goiffon <w.goiffon@gmail.com>
Date: Thu, 8 Aug 2013 18:01:46 +0200
first post to the front page!
Diffstat:
M buffer.html | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
---
DIR diff --git a/buffer.html b/buffer.html
t@@ -10,9 +10,27 @@
<header>
<a href='/'><h1>Monochromatic</h1></a> <h2>— <a href='/about.html'>z3bra</a>, the stripes appart</h2>
</header>
+ <div id='wrapper'>
+ <section>
+ <h1>
+ <a href='/2013/08/test-your-css.html'>Test your CSS !</a>
+ </h1>
+ <h2>
+ — 8 August, 2013
+ </h2>
+ <article>
+ <p>
+ Here a simple page with a few HTML tags.<br />
+ It's pretty useful to test your CSS, even if there are no 'difficult' layouts.<br />
+ Feel free to download and share!
+ </p>
+ </article>
+ </section>
+ </div>
+ <div id='blank'></div>
<footer>
- © 2013 — released under <a href='http://http://www.wtfpl.net/about/'>WTFPL</a>
- — contact : <<a href='mailto://willy@mailoo.org'>willy at mailoo dot org</a>>
+ © 2013 WTFPL — <a href='http://www.wtfpl.net/about/'>Do What the Fuck You Want to Public License</a>
+ — contact : <<a href='mailto:willy@mailoo.org'>willy at mailoo dot org</a>>
</footer>
</body>
</html>