Mercurial > aurellem
diff org/level-0.org @ 1:12573db75437
added cute error page by dylan. Going to fix index page
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 17 Oct 2011 22:21:38 -0700 |
parents | |
children | 6ab1effc3a88 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/org/level-0.org Mon Oct 17 22:21:38 2011 -0700 1.3 @@ -0,0 +1,24 @@ 1.4 +#+BEGIN_HTML 1.5 +<div class="header"> 1.6 + <div class="float-right"> 1.7 + <!-- 1.8 + <form> 1.9 + <input type="text"/><input type="submit" value="search the blog »"/> 1.10 + </form> 1.11 + --> 1.12 + </div> 1.13 + 1.14 + <h1>aurellem <em>☉</em></h1> 1.15 + <ul class="nav"> 1.16 + <li><a href="/">read the blog »</a></li> 1.17 + <!-- li><a href="#">learn about us »</a></li--> 1.18 + </ul> 1.19 +</div> 1.20 + 1.21 +<h1 class="title">{{{title}}}</h1> 1.22 +<div class="author">Written by <author>{{{author}}}</author></div> 1.23 + 1.24 +#+END_HTML 1.25 + 1.26 + 1.27 +