-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.43 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.43 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
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<title>Let's Cowork</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Marko Tarnaj">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
html { background: #eee; font-family: monospace; line-height: 1.5; color: #222; text-align: center; }
body { margin: auto; padding: 1rem; max-width: 32rem; }
h1, h2, h3, h4, h5, h6 { margin: 3rem 0 1rem; font-weight: bold; font-size: 1.5rem; }
p { margin: 1rem 0; }
small { display: block; font-size: 0.75rem; opacity: 0.5; }
hr { margin: 1rem 0; }
</style>
</head>
<body>
<h1>Organic Rooftop Cafe</h1>
<hr>
<h2>Breakfast</h2>
<p>The Classic <small>Eggs, Salad, Salmon, Toast (or GF Option)</small></p>
<p>Gut Latte <small>Yoghurt, Nuts & Seeds</small></p>
<p>Protein Shake <small>Protein Powder, Greek Yoghurt, Berries, Peanut Butter</small></p>
<h2>Lunch</h2>
<p>Kimchi Tuna <small>Tuna, Kimchi, Veggies, Couscous (or Rice)</small></p>
<p>Grandma's Soup <small>Fish, Potatoes, Carrots, Celery, Olive Oil</small></p>
<p>Mystery Box <small>Riverford Organic Recipe Box</small></p>
<h2>Drinks</h2>
<p>Matcha Latte</p>
<p>Kombucha</p>
<p>Coconut Water</p>
<p>Sparkling Water</p>
<p>Hydrogen Water</p>
<br>
<hr>
<p><i>Wifi: Fluffy Rainbows, ThePasswordIs123</i></p>
</body>
</html>