public
Description: Address Book tool
Homepage: http://addressbooker.appspot.com/
Clone URL: git://github.com/bradfitz/addressbooker.git
addressbooker / page.html
100644 22 lines (18 sloc) 0.515 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>{{ title }}</title>
  <link rel="stylesheet" type="text/css" href="/static/site.css"/>
</head>
<body>
<div style='float: right'>
{{ sign_inout }}
</div>
<h1>{{ title }}</h1>
 
{{ body }}
 
<br clear='both' />
<hr>
<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>
</body>
</html>