-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdetails.html
More file actions
300 lines (273 loc) · 13.2 KB
/
details.html
File metadata and controls
300 lines (273 loc) · 13.2 KB
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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" sizes="180x180" href="icon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<title>Game details</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-cyborg-gaming.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
<!--
TemplateMo 579 Cyborg Gaming
https://templatemo.com/tm-579-cyborg-gaming
-->
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="js-preloader" class="js-preloader">
<div class="preloader-inner">
<span class="dot"></span>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">
<img src="assets/images/logo.png" alt="">
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Search start ***** -->
<div class="search-input">
<form id="search" action="https://www.google.com/search" target="_blank">
<input type="text" placeholder="Type Something" id='searchText' name="q" onkeypress="handle" />
<i class="fa fa-search"></i>
</form>
</div>
<!-- ***** Search End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="browse.html">Browse</a></li>
<li><a href="details.html">Details</a></li>
<li><a href="streams.html">Streams</a></li>
<li><a href="profile.html">BIO-SERVER <img src="assets/images/profile-header.jpg" alt=""></a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="page-content">
<!-- ***** Featured Start ***** -->
<div class="row">
<div class="col-lg-12">
<div class="feature-banner header-text">
<div class="row">
<div class="">
<div class="thumb">
<iframe src="//html5.gamedistribution.com/rvvASMiM/313616856c46421898b534c7899f30aa/index.html?gd_zone_config=eyJwYXJlbnRVUkwiOiJodHRwczovL2h0bWw1LmdhbWVkaXN0cmlidXRpb24uY29tLzMxMzYxNjg1NmM0NjQyMTg5OGI1MzRjNzg5OWYzMGFhLyIsInBhcmVudERvbWFpbiI6Imh0bWw1LmdhbWVkaXN0cmlidXRpb24uY29tIiwidG9wRG9tYWluIjoiaHRtbDUuZ2FtZWRpc3RyaWJ1dGlvbi5jb20iLCJoYXNJbXByZXNzaW9uIjp0cnVlLCJsb2FkZXJFbmFibGVkIjp0cnVlLCJob3N0IjoiaHRtbDUuZ2FtZWRpc3RyaWJ1dGlvbi5jb20iLCJ2ZXJzaW9uIjoiMS41LjE3In0%253D" width="100%" height="450"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Featured End ***** -->
<!-- ***** Details Start ***** -->
<div class="game-details">
<div class="row">
<div class="col-lg-12">
<h2>Vortex Details</h2>
</div>
<div class="col-lg-12">
<div class="content">
<div class="row">
<div class="col-lg-6">
<div class="left-info">
<div class="left">
<h4>Vortex 9</h4>
<span>BIO-SERVER</span>
</div>
<ul>
<li><i class="fa fa-star"></i> 4.8</li>
<li><i class="fa fa-download"></i> 2.3M</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="right-info">
<ul>
<li><i class="fa fa-star"></i> 4.8</li>
<li><i class="fa fa-download"></i> 2.3M</li>
<li><i class="fa fa-server"></i> 0.7GB</li>
<li><i class="fa fa-gamepad"></i> Action</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<img src="assets/images/details-01.jpg" alt="" style="border-radius: 23px; margin-bottom: 30px;">
</div>
<div class="col-lg-4">
<img src="assets/images/details-02.jpg" alt="" style="border-radius: 23px; margin-bottom: 30px;">
</div>
<div class="col-lg-4">
<img src="assets/images/details-03.jpg" alt="" style="border-radius: 23px; margin-bottom: 30px;">
</div>
<div class="col-lg-12">
<p>Hey you all, it is about Vortex 9 today, where you will be going through a shooting action play. Different types of strange things will happen in this world, and it asks players to become the most powerful brawler. The thing is that this game is not your traditional shooting game because it will take you into so many explosive shooting battles with some stylish brawlers. But you can only do a little here when you are specifically not packed up with some beginner tutorials, and for that, we have made this Vortex 9 beginner guide.</p>
</div>
<div class="col-lg-12">
<div class="main-border-button">
<a href="https://bio-server-games.netlify.app">Played more games Now!</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Details End ***** -->
<!-- ***** Most Popular Start ***** -->
<div class="most-popular">
<div class="row">
<div class="col-lg-12">
<div class="heading-section">
<h4><em>Most Popular</em> Right Now</h4>
</div>
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="item">
<img src="assets/images/popular-01.jpg" alt="">
<h4><a href="//html5.gamedistribution.com/rvvASMiM/313616856c46421898b534c7899f30aa/index.html?gd_zone_config=eyJwYXJlbnRVUkwiOiJodHRwczovL2h0bWw1LmdhbWVkaXN0cmlidXRpb24uY29tLzMxMzYxNjg1NmM0NjQyMTg5OGI1MzRjNzg5OWYzMGFhLyIsInBhcmVudERvbWFpbiI6Imh0bWw1LmdhbWVkaXN0cmlidXRpb24uY29tIiwidG9wRG9tYWluIjoiaHRtbDUuZ2FtZWRpc3RyaWJ1dGlvbi5jb20iLCJoYXNJbXByZXNzaW9uIjp0cnVlLCJsb2FkZXJFbmFibGVkIjp0cnVlLCJob3N0IjoiaHRtbDUuZ2FtZWRpc3RyaWJ1dGlvbi5jb20iLCJ2ZXJzaW9uIjoiMS41LjE3In0%253D" target="_blank">Vortex 9</a><br><span>BIO-SERVER</span></h4>
<ul>
<li><i class="fa fa-star"></i> 4.9</li>
<li><i class="fa fa-download"></i> 2.8M</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="item">
<img src="assets/images/popular-02.jpg" alt="">
<h4><a href="https://webglmath.github.io/drift-hunters/" target="_blank">Drifter car</a><br><span>BIO-SERVER</span></h4>
<ul>
<li><i class="fa fa-star"></i> 4.8</li>
<li><i class="fa fa-download"></i> 2.3M</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="item">
<img src="assets/images/popular-03.jpg" alt="">
<h4><a href="https://ev.io" target="_blank">Ev.io</a><br><span>BIO-SERVER</span></h4>
<ul>
<li><i class="fa fa-star"></i> 4.8</li>
<li><i class="fa fa-download"></i> 1.9M</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="item">
<img src="assets/images/popular-04.jpg" alt="">
<h4><a href="https://html5.gamedistribution.com/1a89ecde7c9743899852c1f532cb7972/" target="_blank">CS-GO</a><br><span>BIO-SERVER</span></h4>
<ul>
<li><i class="fa fa-star"></i> 4.8</li>
<li><i class="fa fa-download"></i> 2.1M</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="item">
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="item inner-item">
<img src="assets/images/popular-05.jpg" alt="">
<h4><a href="https://mine-craft.io/" target="_blank">MineCraft</a><br><span>BIO-SERVER</span></h4>
<ul>
<li><i class="fa fa-star"></i> 4.8</li>
<li><i class="fa fa-download"></i> 1.7M</li>
</ul>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="item">
<img src="assets/images/popular-06.jpg" alt="">
<h4><a href="https://yp3d.com/ships3d/" target="_blank">Ships.io</a><br><span>BIO-SERVER</span></h4>
<ul>
<li><i class="fa fa-star"></i> 4.8</li>
<li><i class="fa fa-download"></i> 2.5M</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="item">
<img src="assets/images/popular-07.jpg" alt="">
<h4><a href="https://winter-clash-3d.game-files.crazygames.com/winter-clash-3d/6/index.html" target="_blank">snow war 3d</a><br><span>BIO-SERVER</span></h4>
<ul>
<li><i class="fa fa-star"></i> 4.8</li>
<li><i class="fa fa-download"></i> 1.8M</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="item">
<img src="assets/images/popular-08.jpg" alt="">
<h4><a href="https://smash-karts.game-files.crazygames.com/smash-karts/39/index.html" target="_blank">smash carts</a><br><span>BIO-SERVER</span></h4>
<ul>
<li><i class="fa fa-star"></i> 4.8</li>
<li><i class="fa fa-download"></i> 1.7M</li>
</ul>
</div>
</div>
<div class="col-lg-12">
<div class="main-button">
<a href="https://bio-server-games1.netlify.app" target="_blank">Discover Popular</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Most Popular End ***** -->
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p>Copyright © 2024 <a href="https://bio-server.netlify.app">BIO Gaming</a> Company. All rights reserved.
<br>Design: <a href="https://bio-server.netlify.app" target="_blank" title="free CSS templates">BIO-SERVER</a> Distributed By <a href="https://bio-server-games.netlify.app" target="_blank" >BIO games</a></p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/popup.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>