-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
splashscreen.html
25 lines (24 loc) · 990 Bytes
/
splashscreen.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
<title>herocast</title>
</head>
<body>
<div class="select-none cursor-progress min-h-screen bg-background mx-auto max-w-7xl px-6 pt-10">
<div class="mx-auto max-w-2xl flex-shrink-0 lg:mx-0 lg:max-w-xl lg:pt-8">
<h1 class="hoveranimate-pulse mt-6 text-6xl font-bold tracking-tight text-foreground">herocast</h1>
<p class="text-lg leading-8 text-gray-200">loading the fastest farcaster client for you</p>
<div class="mt-6 inline-flex space-x-6 cursor-not-allowed">
<span
class="rounded-full bg-teal-500/50 px-3 py-1 text-sm font-semibold leading-6 text-teal-300 ring-1 ring-inset ring-teal-500/60"
>
yum yum farcaster so fast
</span>
</div>
</div>
</div>
</body>
</html>