-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
168 lines (130 loc) · 4.6 KB
/
index3.html
File metadata and controls
168 lines (130 loc) · 4.6 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
<!DOCTYPE html>
<html>
<head>
<title>RishabhKanojia</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Acme&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Carter+One&family=Concert+One&display=swap" rel="stylesheet">
<style>
*{font-family: 'Acme', sans-serif;
margin: 0;
padding: 0;
}
.carousel-inner img {
width: 100%;
height: 100%;
}
h2{
font-size: 50px;
}
.card{
border: #E8E8E8 solid 2px;
}
.card img{
border: #E8E8E8 solid 2px;
}
#loading{
position: fixed;
width: 100%;
height: 100vh;
background: #fff url('https://static.dribbble.com/users/238114/screenshots/3372087/loader.gif')
no-repeat center;
z-index: 99999;}
h4{
font-size: 25px;
font-family: 'Carter One', cursive;
}
</style>
</head>
<body onload="after()">
<div id="loading"></div>
<section>
<h2 class="text-center mb-3 bg-danger text-white p-4">Mod Games</h2>
<!-- searchbar -->
<!-- searchbar end -->
<div class="container text-center">
<div class="row ">
<div class="col-lg-6 col-md-6 col-12 mt-5">
<div class="card border-4" >
<img class="card-img-top img-fluid" src="images/pic9.jpg" alt="Card image">
<div class="card-body">
<h4 class="card-title">SUBAY SURFERS MOD APK</h4>
<p class="card-text">[UNLIMITED COINS AND GEMS]</p>
<a href="webgame/subay.html" class="btn btn-primary px-5 py-3">DOWNLOAD</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 mt-5">
<div class="card border-4" >
<img class="card-img-top img-fluid" src="images/pic10.jpg" alt="Card image">
<div class="card-body">
<h4 class="card-title">MINECRAFT MOD APK</h4>
<p class="card-text">[FREE SKINS AND WEAPONS]</p>
<a href="webgame/mine.html" class="btn btn-primary px-5 py-3">DOWNLOAD</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 mt-5">
<div class="card border-4" >
<img class="card-img-top img-fluid" src="images/pic20.jpg" alt="Card image">
<div class="card-body">
<h4 class="card-title">GTA VICE CITY</h4>
<p class="card-text">[UNLIMITED MONEY + CHEATS]</p>
<a href="webgame/gtavc.html" class="btn btn-primary px-5 py-3">DOWNLOAD</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 mt-5">
<div class="card border-4" >
<img class="card-img-top img-fluid" src="images/pic15.jpg" alt="Card image">
<div class="card-body">
<h4 class="card-title">GTA SAN ANDREAS</h4>
<p class="card-text">[UNLIMITED MONEY + CHEATS]</p>
<a href="webgame/gtasd.html" class="btn btn-primary px-5 py-3">DOWNLOAD</a>
</div>
</div>
</div> <div class="col-lg-6 col-md-6 col-12 mt-5">
<div class="card border-4" >
<img class="card-img-top img-fluid" src="images/pic19.jpg" alt="Card image">
<div class="card-body">
<h4 class="card-title">BEN 10 ULTIMATE ALIEN COSMIC DESTRUCTION ROM</h4>
<p class="card-text">[extract this file]</p>
<a href="webgame/ben.html" class="btn btn-primary px-5 py-3">DOWNLOAD</a>
</div>
</div>
</div> <div class="col-lg-6 col-md-6 col-12 mt-5">
<div class="card border-4" >
<img class="card-img-top img-fluid" src="images/pic8.jpg" alt="Card image">
<div class="card-body">
<h4 class="card-title">PPSSPP EMULATOR</h4>
<p class="card-text">[PLAY ROMS]</p>
<a href="webgame/pssp.html" class="btn btn-primary px-5 py-3">DOWNLOAD</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="bg-danger text-center mt-4">
<h4 style="font-size: 60px; color: white" class="pt-3">Rishabh Kanojia</h4>
<div class="text-capitalize text-center bg-danger text-dark pb-3 ">
<p style="font-size: 25px;">Hope you like this website<br>
thanks for coming<br>
Visit Again !</p>
</div>
<div class="text-white mt-3 bg-danger pb-4 " style="font-size: 18px;">
<p>Copyright ©2020 All rights reserved by Rishabh Kanojia</p>
</div>
</section>
<script>
var preloader = document.getElementById('loading');
function after(){preloader.style.display = 'none' ;}</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>