-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 2.01 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 2.01 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
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title>Pabio is shutting down</title>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
/>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="py-32">
<header class="flex justify-center pb-24">
<svg
viewBox="0 0 900 256"
fill="none"
xmlns="http://www.w3.org/2000/svg"
class="w-32"
style="color: #ff6b6b"
>
<title>Pabio</title>
<path
d="M0 11v241h55v-82h45c56 0 81-39 81-79s-25-80-81-80H0zm55 111V59h42c21 0 29 16 29 32 0 15-8 31-29 31H55zm270-14a65 65 0 00-52-23c-46 0-78 34-78 85s32 86 78 86c20 0 40-9 52-25v21h51V89h-51v19zm-40 100c-22 0-38-18-38-38 0-21 16-38 38-38 21 0 38 17 38 38 0 20-17 38-38 38zM522 85c-16 0-38 6-50 22V0h-52v252h52v-18c12 15 34 22 50 22 41 0 80-33 80-86s-39-85-80-85zm-10 123c-20 0-38-17-38-38s18-38 38-38 37 17 37 38-17 38-37 38zM662 64c18 0 32-13 32-30S680 4 662 4c-17 0-32 13-32 30s15 30 32 30zm26 188V89h-52v163h52zm123 4c47 0 89-34 89-86 0-51-42-85-89-85s-89 34-89 85c0 52 42 86 89 86zm0-48c-20 0-36-15-36-38 0-22 16-38 36-38s36 16 36 38c0 23-16 38-36 38z"
fill="currentColor"
></path>
</svg>
</header>
<div class="bg-white px-6 lg:px-8">
<div class="mx-auto max-w-3xl text-base leading-7 text-gray-700">
<p class="text-base font-semibold leading-7" style="color: #ff6b6b">
October 25, 2023
</p>
<h1
class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl"
>
Pabio has shut down
</h1>
<p class="mt-6 text-xl leading-8">
Pabio was a startup that offered personalized interior design and
high-quality furniture rental on a monthly subscription basis in
Switzerland.
</p>
<p class="mt-6 text-xl leading-8">
It was founded in 2020 and shut down in 2023.
</p>
</div>
</div>
</body>
</html>