-
Notifications
You must be signed in to change notification settings - Fork 4
/
verified.html
36 lines (25 loc) · 1.08 KB
/
verified.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="shortcut icon"
href="https://media.discordapp.net/attachments/767936741700141076/869975005625212938/lilith.png"
type="image/x-icon">
<title>Lilith Verified</title>
<link rel='stylesheet' href='https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css'>
<link rel='stylesheet' href='https://unpkg.com/daisyui@latest/dist/full.css'>
</head>
<body translate="no" >
<div class="flex items-center justify-center h-screen bg-neutral">
<div class="card text-center shadow-2xl max-h-80 max-w-xs bg-base-100">
<div class="card-body">
<h2 class="card-title" style="color: #55FF55;">Hardware Verified</h2>
<p>Lilith will continue starting up in a few seconds.</p>
</div>
</div>
</div>
</body>
</html>