-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.9 KB
/
index.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
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Almost there - Dew</title>
<link rel="icon" type="image/svg+xml" href="/dew.svg" />
<link href="main.css" rel="stylesheet">
</head>
<body class="antialiased relative bg-slate-50 min-h-screen dark:bg-slate-900">
<div class="fixed -bottom-1/2 -left-full lg:-bottom-1/4 lg:-left-1/4">
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1024 0H0V1024H1024V0Z" fill="url(#a)"/>
<defs>
<radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(512 512) rotate(90) scale(512)" style="color: var(--color-spotlight)">
<stop stop-color="currentcolor"/>
<stop offset="1" stop-color="currentcolor" stop-opacity="0"/>
</radialGradient>
</defs>
</svg>
</div>
<main class="relative container mx-auto overflow-hidden">
<div class="my-32 px-5">
<div class="flex items-center justify-center">
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M58 0H6C2.68629 0 0 2.68629 0 6V58C0 61.3137 2.68629 64 6 64H58C61.3137 64 64 61.3137 64 58V6C64 2.68629 61.3137 0 58 0Z" style="fill: var(--color-logo-bg);"/>
<path d="M29.892 9C15.484 9 8 17.908 8 32.202C8 46.498 15.484 55 29.892 55C44.302 55 56 46.498 56 32.202C56 17.908 44.302 9 29.892 9Z" fill="#75BDF5"/>
</svg>
</div>
<div class="mt-16 space-y-5 font-sans text-slate-700 text-md text-center lg:text-lg dark:text-slate-100">
<p>Almost there! DNS is updating. Refresh shortly and your site will be up and running!</p>
<p>快好了!DNS 正在更新,稍后刷新页面,您的网站即将上线!</p>
</div>
</div>
</main>
</body>
</html>