-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (67 loc) · 2.79 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Deviants NFT</title>
<meta name="robots" content="noindex, nofollow">
<meta content="" name="description">
<meta content="" name="keywords">
<link href="assets/img/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<header id="header" class="d-flex align-items-center">
<div class="container d-flex flex-column align-items-center">
<h1>We're ready to launch</h1>
<div class="countdown d-flex justify-content-center" data-count="2023/12/5">
<div>
<h3>%h</h3>
<h4>Hours</h4>
</div>
<div>
<h3>%m</h3>
<h4>Minutes</h4>
</div>
<div>
<h3>%s</h3>
<h4>Seconds</h4>
</div>
</div>
<div class="social-links text-center"> <a href="https://twitter.com/TheDeviantsNFT" class="twitter"><i class="bi bi-twitter"></i></a> <a href="http://discord.gg/astranova" class="discord"><i class="bi bi-discord"></i></a> <a href="https://astranovaofficial.medium.com/deviants-nft-roadmap-and-the-team-behind-it-862946e7c868" class="medium"><i class="bi bi-medium"></i></a> <a href="https://t.me/astranovaofficial" class="telegram"><i class="bi bi-telegram"></i></a></div>
</div>
</header>
<div>
</section>
<div>
</section>
<section >
</div>
<section >
</div>
</section>
<section >
</section>
</main>
<footer id="footer">
<div class="container">
<div class="copyright"> © Copyright <strong><span>Deviants NFT</span></strong>. All Rights Reserved</div>
</div>
</footer> <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<script src="assets/js/main.js"></script>
<script>
if (window.self == window.top) {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-P7JSYB1CSP');
}
</script>
</body>
</html>