-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·47 lines (42 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cryptoverse.cc</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/icons/favicon.ico"/>
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/iconic/css/material-design-iconic-font.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
</head>
<body>
<div class="bg-g1 size1 flex-w flex-col-c-sb p-l-15 p-r-15 p-t-55 p-b-35 respon1">
<span></span>
<div class="flex-col-c p-t-50 p-b-50">
<h3 class="l1-txt2 txt-center p-b-10">
New experiences for token holders
</h3>
<p class="txt-center s1-txt3 p-b-60">
Check out <a class="text-light" href="https://ethmail.cc">https://ethmail.cc</a> or <a class="text-light" href="https://cryptoauth.io">https://cryptoauth.io</a>.
<br/>
You can also contact us at [email protected] or <a class="text-light" href="https://community.cryptoverse.cc/">community forum</a>.
</p>
</div>
<span class="s1-txt3 txt-center">
@ 2019 Cryptoverse.cc, Designed by Colorlib
</span>
</div>
</body>
</html>