-
Notifications
You must be signed in to change notification settings - Fork 3
/
popularity.php
60 lines (55 loc) · 2.82 KB
/
popularity.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://img.icons8.com/nolan/96/pubg.png">
<title> Free Popularity | PUBG MOBILE</title>
<!-- css links -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery-3.5.1.min.js"></script>
<link rel="stylesheet" href="css\fonts\ar\ar-font.css">
<script src="js/index.js"></script>
</head>
<body>
<!-- === Start Body === -->
<div class="container">
<center>
<h1 class="d-none d-sm-block" style="color:#955fff;margin-top:40px;margin-bottom:40px">Get Anything You Want Now!</h1>
<h3 class="d-block d-sm-none" style="color:#955fff;margin-top:40px;margin-bottom:40px">Get Anything You Want Now!</h3>
<img class="img-fluid index-all-page-img" style="width:25%;" id="pg" src="images/PG.png">
<hr color="#7253E7">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<h5 class="uc-title">10K</h5>
<img class="img-responsive uc-img-res" style="width: 80px;height: 80px;" src="images/popularity1.jpg"><br><br>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h5 class="uc-title">50K</h5>
<img class="img-responsive uc-img-res" style="width: 80px;height: 80px;" src="images/popularity1.jpg"><br><br>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h5 class="uc-title">60K</h5>
<img class="img-responsive uc-img-res" style="width: 80px;height: 80px;" src="images/popularity1.jpg"><br><br>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h5 class="uc-title">88K</h5>
<img class="img-responsive uc-img-res" style="width: 80px;height: 80px;" src="images/popularity1.jpg">
</div>
</div>
<br><br><br><br>
<button id="next-btn-prog-popularity" class="btn btn-primary"> التالي </button>
<br><br>
<div class="progress" style="display: none;height:30px">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-success" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">Starting..</div>
</div>
</center>
</div>
<br><br><br><br><br><br><br><br><br>
<div class="footer">© Copyright 2020</div>
<!-- === End Body === -->
<!-- Js Links -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>