view 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 source
1 #+BEGIN_HTML
2 <div class="header">
3 <div class="float-right">
4 <!--
5 <form>
6 <input type="text"/><input type="submit" value="search the blog &raquo;"/>
7 </form>
8 -->
9 </div>
11 <h1>aurellem <em>&#x2609;</em></h1>
12 <ul class="nav">
13 <li><a href="/">read the blog &raquo;</a></li>
14 <!-- li><a href="#">learn about us &raquo;</a></li-->
15 </ul>
16 </div>
18 <h1 class="title">{{{title}}}</h1>
19 <div class="author">Written by <author>{{{author}}}</author></div>
21 #+END_HTML