-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiamond.html
180 lines (152 loc) · 4.63 KB
/
diamond.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> In-Game Topups </title>
</head>
<style>
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: black;
font-family: sans-serif;
font-size: 13px;
background-color: rgba(250, 250, 250, 0.3);
border-radius: 20px;
opacity: 1; /* Firefox */
</style>
<body background="news.png">
<link rel="stylesheet" type="text/css" href="gen.css">
<link rel="stylesheet" type="text/css" href="pricelist.css">
<font size="4px" color="white"> As Our WebPage is Growing up, we are having abridgement, We are giving our supplies on Discord and Messenger </font>
<br>
<font size="3px" color="white"> Here's Our List </font>
<br><br>
<button> `'' Posted By Shahriar Mahed </button>
<br>
<center>
<img src="list.png" height="200px" width="400px">
<br>
<font size="4px" color="white"> If you want to buy FreeFire Diamond, Contact Shahriar Mahed</font></center>
<br>
<br>
<font size="4px" color="white">
<center>
<img src="discount.png">
<button> SPECIAL OFFER! Discount Running 20/-tk for 3 DAYS!! </button>
<br><br>
<button>*</button> 100 Diamond=70Tk
<br>
<br>
<button>*</button> 200Diamond=140Tk
<br>
<br>
<button>*</button> 645Diamond=445Tk
<br>
<br>
<button>*</button> 1080Diamond=800tk
<br>
<br>
<button>*</button> Weekly Membership=140tk
<br>
<br>
<button>*</button> Monthly Membership=630tk
</font>
</center>
<center>
<br><br>
<div class="orderform">
<form action="https://sheetdb.io/api/v1/q8kuveau4ookr" method="POST" id="sheetdb-form">
<table align="center" style="border-radius: 20px">
<center>
<tr>
<td bgcolor="aqua" style="border-radius: 50px ; padding: 4px; color: black;">
<label>Select Your Game</label>
<select name="data[game]" style="border-radius: 20px;">
<option> Select Game</option>
<option> PUBG</option>
<option> FREEFIRE</option>
<option> CALL OF DUTY </option>
</select>
</td>
</tr></center>
<tr align="center">
<td bgcolor="black" style="border-radius: 20px">
<font color="white"><i> UserName:</font></i>
<br>
</td>
<tr>
<td>
<input type="text" name="data[name]" align="center" placeholder="Enter Your UserName" autocomplete="off" required>
</td>
<tr>
<td bgcolor="black" style="border-radius: 20px" align="center">
<font color="white"><i>Email Address:</font></i>
</td>
</tr>
<tr>
<td>
<input type="email" name="data[email]" placeholder="Enter Your Email Address">
</td>
</tr>
<tr>
<td bgcolor="black" style="border-radius: 20px">
<font color="white"><center><i>Messenger ID</i></center></font>
</td>
</tr>
<br>
<tr>
<td>
<div class="choose">
<input type="text" name="data[msg]" placeholder="Messenger ID/Link" required>
</div>
</td>
</tr>
<tr>
<td bgcolor="black" style="border-radius: 20px">
<font color="white"><center><i>Diamond Amount</i></center></font>
</td>
</tr>
<br>
<tr>
<td>
<div class="choose">
<input type="number" name="data[amont]" placeholder="Diamond/Membership" required>
<br><br>
<center>
<button type="submit">Submit My Order</button>
</center>
</div>
</td>
</tr>
</table>
</center>
<br><br>
<script>
var form = document.getElementById('sheetdb-form');
form.addEventListener("submit", e => {
e.preventDefault();
fetch(form.action, {
method : "POST",
body: new FormData(document.getElementById("sheetdb-form")),
}).then(
response => response.json()
).then((html) => {
// you can put any JS code here
alert('Your Order Has Been Sent Successfully! You will receive an email on your email address. For any help, contact with the seller down below')
});
});
</script>
<font size="11px" color="white">For Any Help, Message Xtend Top-Up Seller</font>
<br><br>
<a href="http://www.messenger.com/t/100069708648164">
<button><i> `' Knock Shahriar on Messenger </button>
</a>
<br><br>
<a href="http://discord.gg/ZRK7fVhjE9">
<button> `' Knock Shahriar on Discord </i></button>
</a>
<br><br>
<button> `' Call Shahriar Mahed : +8801612706394 </button>
<br>
</body>
</html>