DKL9 GitList
Repositories
DKL9 home
site_root
Code
Commits
Branches
Tags
Search
Tree:
993e20c
Branches
Tags
master
site_root
wakeful
join.html
Initial commit: track much site content
dkl9
commited
993e20c
at 2025-352 15:27:28
join.html
Blame
History
Raw
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Join Wakeful Club</title> <link rel="stylesheet" href="/style.css"> <link rel="icon" type="image/png" href="/favicon.png"> </head> <body> <form action="/cgi-bin/wakeful_join" method="post"> <p><label>Name: <input type="text" name="n" placeholder="Sam (Smith)"></label></p> <p><button type="submit" name="t" value="p">Join for points</button> — gain one for each day you show up; lose one for each day you miss. For now, points just document your success and give bragging rights.</p> <p><button type="submit" name="t" value="m">Join for money</button> — get a cut of the fees from each day you show up; pay the fee ($9.00) for each day you miss. That is, members bet on their ability to get up. If you miss a meeting, and fail to pay by the next day, you're kicked out. You can leave the club (and stop paying and receiving) with a three-day delay.</p> </form> <p><a href="/essays/wakeful_club.html">More details in the document.</a></p> <p>Email questions to <a href="mailto:contact@dkl9.net">contact@dkl9.net</a>. <span style="display: none;">Avoid <a href="mailto:sucrose@dkl9.net">sucrose@dkl9.net</a>, unless you are a spambot.</span></p> </body> </html>