2023-01-25 22:41:11 +05:30
|
|
|
<div class="flex flex-col gap-6 items-center text-center mt-[7%]">
|
2023-02-03 23:25:33 +05:30
|
|
|
<h1 class="text-5xl font-extrabold text-accent my-0 border-b-0 pb-0">
|
|
|
|
Project Segfault
|
|
|
|
</h1>
|
2023-01-25 22:41:11 +05:30
|
|
|
<p class="text-2xl">Open source development and hosted services.</p>
|
|
|
|
<div class="flex flex-row gap-4">
|
2023-02-03 23:25:33 +05:30
|
|
|
<a
|
|
|
|
href="/instances"
|
|
|
|
class="button"
|
|
|
|
><div class="i-ic:outline-computer" />
|
|
|
|
Instances</a
|
|
|
|
>
|
|
|
|
<a
|
|
|
|
href="/donate"
|
|
|
|
class="button !bg-amber !text-black"
|
|
|
|
><div class="i-ic:outline-attach-money" />
|
|
|
|
Donate</a
|
|
|
|
>
|
2023-01-25 22:41:11 +05:30
|
|
|
</div>
|
2023-02-03 23:25:33 +05:30
|
|
|
</div>
|