bradfitz / addressbooker

Address Book tool

This URL has Read+Write access

addressbooker / page.html
6b65d890 » Brad Fitzpatrick 2008-11-30 Pretty(ier) HTML and URLs. 1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>{{ title }}</title>
6 <link rel="stylesheet" type="text/css" href="/static/site.css"/>
7 </head>
8 <body>
9 <div style='float: right'>
10 {{ sign_inout }}
11 </div>
12 <h1>{{ title }}</h1>
13
14 {{ body }}
15
16 <br clear='both' />
17 <hr>
4c47dff7 » Brad Fitzpatrick 2008-11-30 prettier 18 <i><a href="http://addressbooker.appspot.com/">AddressBooker</a> is a little hack by Brad Fitzpatrick &lt;brad@danga.com&gt;. It comes with <b>no warranty of any kind</b>.</i>
6b65d890 » Brad Fitzpatrick 2008-11-30 Pretty(ier) HTML and URLs. 19 </body>
20 </html>
21