-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathido.html
250 lines (229 loc) · 11.5 KB
/
ido.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>1U Games - Web3 Online Games</title>
<link rel="shortcut icon" href="images/fav1.png" type="image/x-icon">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/fontawesome.min.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- start preloader -->
<div class="preloader" id="preloader"></div>
<!-- end preloader -->
<a href="#" class="scrollToTop"><i class="fas fa-angle-double-up"></i></a>
<!-- header-section start -->
<header id="header-section">
<div class="overlay">
<div class="container">
<div class="row d-flex header-area">
<div class="logo-section flex-grow-1 d-flex align-items-center">
<a class="site-logo site-title" href="#"><img src="images/logo.png" height="40" width="140"alt="site-logo"></a>
</div>
<button class="navbar-toggler ml-auto collapsed" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<nav class="navbar navbar-expand-lg p-0">
<div class="navbar-collapse collapse" id="navbarSupportedContent">
<ul class="navbar-nav main-menu ml-auto">
<li><a href="#" class="active">Home</a></li>
<li><a href="play.html">Play</a></li>
<li><a href="ido.html">IDO</a></li>
<li><a href="https://jaymie-mourning.gitbook.io/1u.games/introduction/whats-1ugames" target="_blank">WhitePage</a></li>
</div>
</nav>
<div class="right-area header-action d-flex align-items-center">
<div class="search-icon">
</div>
</div>
</div>
</div>
</div>
</header>
<br>
<br>
<!-- header-section end -->
<!-- banner-section start -->
<!-- banner-section end -->
<!-- Featured Products Start -->
<!-- Featured Products End -->
<!-- Deal of the day Start -->
<section id="deal-of-day" class="pb-120">
<div class="overlay pt-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 d-flex align-items-center">
<div class="section-header text-center">
<h2 class="title"> IDO Pre-Sale </h2>
<p>IDO is a cryptocurrency token offering that runs on a decentralized exchange (DEX). Liquidity Pools (LPs) play an important role in IDOs by creating liquidity after the sale.</p>
</div>
</div>
</div>
<div class="main-content">
<span class="offer">PRE-SALE</span>
<div class="row">
<div class="col-lg-6 d-flex align-items-center justify-content-center">
<div class="deal-item">
<div class="img-area text-center">
<img src="images/deal-content.png" alt="image">
</div>
<div class="draw-counter d-flex">
<div class="head">
<div class="date-area d-flex justify-content-center"
data-countdown="2022/06/20">
</div>
<div class="time-parameter">
<span>DAY</span>
<span>HRS</span>
<span>MIN</span>
<span>SEC</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="right-item">
<h4>1U Games Token</h4>
<p>1uGames is a trivia game. 1USDT investment, you will have the opportunity to realize your dreams and reap rich returns. It's also an attempt, a social experiment, to see if we can capture your power in this new Web3 era and express it as your own crypto entertainment.</p>
<div class="review">
<a href="#"><i class="fas fa-star"></i></a>
<a href="#"><i class="fas fa-star"></i></a>
<a href="#"><i class="fas fa-star"></i></a>
<a href="#"><i class="fas fa-star"></i></a>
<a href="#"><i class="fas fa-star-half-alt"></i></a>
<span class="text-sm">4.8 (86)</span>
</div>
<div class="prize">
<p>MAX: 500 USDT</p>
<span class="text-sm"></span>
</div>
<div class="bottom-area d-flex align-items-center">
<a href="#" class="cmn-btn">Contact</a>
<a href="#" class="cmn-btn cus-style">Authorized</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Deal of the day End -->
<!-- Policy Start -->
<section id="policy-section" class="pb-120">
<div class="container">
<div class="main-content">
<div class="row cus-m">
<div class="col-lg-3 col-md-6">
<div class="single-box text-center">
<div class="img-area text-center">
<img src="images/policy-icon-1.png" alt="image">
</div>
<h5>Experience</h5>
<p class="text-sm">Fast gaming experience.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-box text-center">
<div class="img-area text-center">
<img src="images/policy-icon-2.png" alt="image">
</div>
<h5>Fair Game</h5>
<p class="text-sm">Transparent records.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-box text-center">
<div class="img-area text-center">
<img src="images/policy-icon-3.png" alt="image">
</div>
<h5>Secure checkout</h5>
<p class="text-sm">100% Protectted </p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-box text-center">
<div class="img-area text-center">
<img src="images/policy-icon-4.png" alt="image">
</div>
<h5>Save Money</h5>
<p class="text-sm">Convenient and safe</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Policy End -->
<!-- footer-section start -->
<footer id="footer-section">
<div class="footer-mid pt-120">
<div class="container">
<div class="row d-flex">
<div class="col-lg-8 col-md-8 d-flex justify-content-md-between justify-content-center align-items-center cus-grid">
<div class="logo-section">
<a class="site-logo site-title" href="#"><img src="images/logo.png" alt="site-logo"></a>
</div>
</div>
<div class="col-lg-4 col-md-4 d-flex align-items-center justify-content-center justify-content-md-end">
<div class="right-area">
<ul class="d-flex">
<li><a href="https://t.me/get_1uGames_CN" target="_blank"><i class="fab fa-telegram"></i></a></li>
<li><a href="https://twitter.com/1uGames" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="main-content">
<div class="row d-flex align-items-center justify-content-center">
<div class="col-lg-12 col-md-6">
<div class="left-area text-center">
<p>C© 2022-2023
<a href="https://1U.Games">1UGames</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer-section end -->
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/slick.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/fontawesome.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/wow.js"></script>
<script src="js/main.js"></script>
<script src="js/my.js"></script>
</body>
<script>
window.onload = async function (){
var bools = await isAllow();
console.log(bools);
if(!bools){
location.href = './prohibit.html';
}
}
</script>
</html>