importing dailyzen into git
[dailyzen.git] / index.html
blobc7260244667f278b435867aa9a233962feceac9d
1 <html>
2 <head>
3 <title>dailyzen: Zen stories by email</title>
4 <meta name="description" content="Receive Zen stories by email--each day unique" />
5 <style>
6 body {width: 50%;}
7 #msg_pane {text-align: center; background-color: orange; font-size: smaller;}
8 </style>
9 </head>
11 <body>
12 <div style="text-align: right;">
13 <em>Asked to explain Zen&mdash;<br>
14 my puppy with the same name<br>
15 looks, and thumps his tail.</em>
16 </div>
18 <h1>One Zen story per day</h1>
19 <p>Start your day with an intuitive <a
20 href="http://www.101zenstories.com/">Zen story</a>. When you
21 subscribe, you will receive a Zen story every day, each of them
22 being unique.</p>
24 <h2>Enter your email</h2>
26 <form method="POST" action="do.cgi/subscribe">
27 <input type="text" name="email" value="joe@example.com"
28 onClick="javascript:if (value=='joe@example.com') value=''" />
29 <input type="submit" value="Send me one Zen story per day" />
30 </form>
32 <h2>Extra</h2> dailyzen is <a href="/code/python/dailyzen/">open
33 source</a>.
35 </body>
37 </html>