-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
89 lines (73 loc) · 2.03 KB
/
shop.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EttiPub : ShopPage</title>
</head>
<style>
.bbot h2{
border-bottom: 5px solid aqua;
border-top: 5px solid aqua;
position: relative;
text-align: center;
color: white;
background-color: rgba(0, 0, 0, .6);
}
</style>
<body background="news.png">
<link rel="stylesheet" type="text/css" href="shopcss.css">
<center><img src="xtendshop.png" style="border-radius: 10px; height: 40% ; width: 20%; border-radius: 100px;"></center>
<div class="bbot">
<h2><center> Welcome To The Shop Page</h2></center></div>
<h2><font color="white"><center> Here's Some Options For You, Choose One</h2></font></center>
<center>
<font size="5px" color="white"><u>`'`'`' In-Game Topups '`'`'`'</u></font>
<br><br>
<img src="ffdiamond.jpg" height="100px" width="200px">
<br>
<a href="diamond.html">
<button> FreeFire In-Game Topup </button>
<br><br>
</a>
<a href="codcoin.html">
<img src="coddiamond.jpg" height="100px" width="200px">
<br>
<button> Call of Duty In-Game Topup </button>
<br><br>
</a>
<a href="uc.html">
<img src="pubgdiamond.jpg" height="100px" width="200px">
<br>
<button> PUBG In-Game Topup </button>
<br><br>
</a>
<font size="5px" color="white"><u> `'`'`' Social Media Level-Up '`'`'`'</u> </font>
<br>
<br>
<font size="2px" color="white"> And The Most Unique Thing is You don't need to Login your Social Account here! Just Pay and Unlock! </font>
<br><br>
<img src="likes.jpg" height="100px" width="100px">
<br>
<br>
<a href="gen.html">
<button> Generate Facebook Like </button>
<br><br>
<img src="follower.png" height="70px" width="100px">
<br>
<br>
<a href="fblikes.html">
<button> Generate Facebook Follower </button>
</a>
<br><br>
</center>
<br>
<center>
<img src="discordadd.png" width="100px" height="70px">
<a href="discordform.html">
<button> Get your server decorated now!</button>
</a>
<br><br>
</center>
</body>
</html>