-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.php
49 lines (44 loc) · 2.2 KB
/
index.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
<!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 UC & Items 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>
<meta name="description" content="PUBG MOBILE">
<meta name="og:title" property="og:title" content="شحن ببجي مجانا">
</head>
<body>
<!-- === Start Body === -->
<div class="container">
<center>
<h1 style="display: none;">FREE PUBG MOBILE UC</h1>
<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">
<img class="img-fluid" style="max-width:90%;height:auto;border:1px solid red" src="images/skins.jpg"><br><br>
<button id="skn" class="btn btn-primary">سكــنات </button>
<br><br>
<hr color="#7253E7">
<img class="img-fluid" style="max-width:90%;height:auto;border:1px solid red" src="images/ud-bg.jpg"><br><br>
<button id="uc" class="btn btn-primary">شــدات </button>
<br><br>
<hr color="#7253E7">
<img class="img-fluid" style="max-width:90%;height:auto;border:1px solid red" src="images/popularity2.png"><br><br>
<button id="pop" class="btn btn-primary">اكثر من 100الف شـعبية </button>
</center>
</div>
<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>