-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhaipu.html
More file actions
29 lines (29 loc) · 1.14 KB
/
haipu.html
File metadata and controls
29 lines (29 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="stylesheet" href="/static/style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>haipu</title>
</head>
<body>
<div id="menu">
<li><a href="/">🏡</a></li>
<li><a href="/art">👨🎨</a></li>
<li><a href="/ml">🤖</a></li>
<li><a href="/books">📚</a></li>
<li><a href="/blog">📝</a></li>
</div>
<div id="left">
</div>
<div id="content">
There are many miscellaneous tracking apps (for food, runs, poops) in the world, and I've tried using them in the past, but have broadly found the unengaging.
Haipu is an attempt at creating a poop tracking app that sparks joy, by treating the user to a generated haiku after each poop.
The hope is that the haikus are compelling and amusing enough that people will keep using the app.
<br><br>
If you need support or have feedback about Haipu, please <a href="mailto:adrien.morisot@gmail.com">email me</a>!
</div>
</body>
</html>