-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (57 loc) · 1.64 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DripVerse</title>
<link
href="https://fonts.googleapis.com/css?family=Inconsolata:400,700"
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<img src="logo.png" alt="DripVerse" class="logo" />
<div class="what-is-up">
<div class="spinny-cogs">
<i class="fa fa-cog" aria-hidden="true"></i>
<i class="fa fa-5x fa-cog fa-spin" aria-hidden="true"></i>
<i class="fa fa-3x fa-cog" aria-hidden="true"></i>
</div>
<h1 class="maintenance">Under Maintenance</h1>
<h2>
Our developers are hard at work updating the platform. Please wait
while we do this. Any new update will be available on DripVerse
<a
target="_blank"
rel="noopener noreferrer"
href="https://x.com/0xDripVerse"
>Twitter(X)</a
>
and/or
<a
target="_blank"
rel="noopener noreferrer"
href="https://discord.gg/eUuxWwAZde"
>Discord Server</a
>.
</h2>
</div>
</div>
<a
href="https://x.com/0xDripVerse"
target="_blank"
rel="noopener noreferrer"
class="social-update"
title="Follow for Updates"
>
0xDripVerse
</a>
</body>
</html>