bradfitz / addressbooker
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Brad Fitzpatrick (author)
Sat May 09 15:26:39 -0700 2009
addressbooker / page.html
| 6b65d890 » | Brad Fitzpatrick | 2008-11-30 | 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 | 18 | <i><a href="http://addressbooker.appspot.com/">AddressBooker</a> is a little hack by Brad Fitzpatrick <brad@danga.com>. It comes with <b>no warranty of any kind</b>.</i> | |
| 6b65d890 » | Brad Fitzpatrick | 2008-11-30 | 19 | </body> | |
| 20 | </html> | ||||
| 21 | |||||
