-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 730 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Keetle</title>
<style>
body { font: 16px/1.5 -apple-system, system-ui, sans-serif; color: #2b2b2b;
background: #f5f0e8; margin: 0; display: grid; place-items: center; min-height: 100vh; }
main { text-align: center; padding: 2rem; }
h1 { font-size: 1.4rem; margin: 0 0 .25rem; }
p { color: #6b6258; margin: .25rem 0; }
a { color: #d4862e; text-decoration: none; }
</style>
</head>
<body>
<main>
<h1>Keetle</h1>
<p>Native iOS kettle boil timer.</p>
<p><a href="/keetle-legal/privacy.html">Privacy policy</a></p>
</main>
</body>
</html>