-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
288 lines (219 loc) ยท 5.21 KB
/
index.html
File metadata and controls
288 lines (219 loc) ยท 5.21 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reyza Dev - Jasa Setup Server Minecraft</title>
<style>
body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:url("https://i.imgur.com/p61u3Ew.jpeg") no-repeat center center fixed;
background-size:cover;
color:#222;
}
/* HEADER */
header{
background:linear-gradient(90deg,#1e6cff,#4aa3ff);
color:white;
padding:40px 20px;
text-align:center;
}
.logo{
width:90px;
margin-bottom:10px;
}
header h1{
margin:0;
font-size:32px;
}
header p{
margin-top:10px;
font-size:18px;
}
/* CONTAINER */
.container{
max-width:1100px;
margin:auto;
padding:30px 20px;
}
/* SECTION TITLE */
.title{
font-size:26px;
margin-bottom:10px;
color:#1e6cff;
}
.menu-title{
display:flex;
align-items:center;
gap:10px;
}
.menu-title img{
width:28px;
height:28px;
}
/* CARD MENU */
.card{
background:rgba(255,255,255,0.85);
backdrop-filter:blur(5px);
padding:20px;
margin-bottom:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.15);
}
/* LIST */
ul{
padding-left:20px;
}
li{
margin:6px 0;
}
/* PRICE BOX */
.pricebox{
background:rgba(234,242,255,0.9);
padding:15px;
border-radius:8px;
margin-top:10px;
}
/* ORDER BUTTON */
.order{
display:inline-block;
margin-top:15px;
padding:12px 25px;
background:#1e6cff;
color:white;
text-decoration:none;
border-radius:8px;
font-weight:bold;
transition:0.2s;
}
.order:hover{
background:#0047c9;
}
/* FOOTER */
footer{
text-align:center;
padding:20px;
background:#0c3d91;
color:white;
margin-top:40px;
}
</style>
</head>
<body>
<header>
<img class="logo" src="https://i.imgur.com/8fNLBMp.png">
<h1>REYZA STORE DEVELOPER</h1>
<p>Website tempat stup/jual kebutuhan server dengan harga yg terjangkau untuk para pelajar dan 100% amanah dan terpercaya cocok untuk yg baru mau bikin server tapi bingung gabisa setting setting atau males setting settingnya</p>
</header>
<div class="container">
<div class="card">
<h2 class="title menu-title">
<img src="https://img.icons8.com/color/48/minecraft-logo.png">
SETUP SERVER PLUGIN
</h2>
<p>Pilih fitur sesuai kebutuhan server kamu!</p>
<ul>
<li>๐ฅ Tab + Scoreboard : Rp10.000</li>
<li>๐
Ranks : Rp3.000 / satuan</li>
<li>๐ Gacha / Crate : Rp10.000</li>
<li>โ Jobs : Rp10.000</li>
<li>๐ Quest : Rp10.000</li>
<li>๐ Daily Rewards : Rp6.000</li>
<li>๐ก Sistem Claim Land : Rp10.000</li>
<li>๐ Java & Bedrock All Version : Rp10.000</li>
<li>๐ Shop / Sell : Rp10.000 โ Rp60.000</li>
<li>๐ Leaderboard : Rp10.000</li>
<li>๐ณ Voting System : Rp15.000</li>
<li>๐ท Auction House : Rp10.000 โ Rp25.000</li>
<li>โณ Online Rewards : Rp10.000</li>
<li>๐ฅ Skills System : Rp10.000</li>
<li>๐ Custom World : Rp10.000</li>
<li>๐ Custom Skript : Rp10.000 โ Rp15.000</li>
<li>๐ฎ Anti Cheat / Keamanan : Rp10.000</li>
</ul>
<div class="pricebox">
<b>Estimasi Harga :</b> Rp5.000 โ Rp500.000<br>
Jika order lebih dari 5 item mendapatkan diskon spesial!
</div>
<a class="order" href="https://wa.me/6283871369427?text=Halo%20Reyza%20Dev%20saya%20ingin%20order%20Setup%20Server%20Plugin">Order Sekarang</a>
</div>
<div class="card">
<h2 class="title menu-title">
<img src="https://img.icons8.com/color/48/minecraft-grass-cube.png">
SURVIVAL ECONOMY SETUP
</h2>
<b>Basic Features :</b>
<ul>
<li>Optimize Server</li>
<li>Tab</li>
<li>Scoreboard</li>
<li>Basic Permissions</li>
<li>Basic Utilities</li>
<li>Anti Cheat</li>
</ul>
<b>Additional Features :</b>
<ul>
<li>Claim Land</li>
<li>Home, TP, Spawn</li>
<li>Multiverse Core</li>
<li>Ranks</li>
</ul>
<div class="pricebox">
<b>Price :</b> Rp10.000 โ Rp70.000
</div>
<a class="order" href="https://wa.me/6283871369427?text=Halo%20Reyza%20Dev%20saya%20ingin%20order%20Survival%20Economy%20Setup">Order Sekarang</a>
</div>
<div class="card">
<h2 class="title menu-title">
<img src="https://img.icons8.com/color/48/source-code.png">
SEWA DEV BY REYZA
</h2>
<ul>
<li>1 Hari = 5k</li>
<li>2 Hari = 10k</li>
<li>3 Hari = 15k</li>
<li>4 Hari = 20k</li>
<li>5 Hari = 25k</li>
<li>6 Hari = 30k</li>
<li>7 Hari = 35k</li>
</ul>
<a class="order" href="https://wa.me/6283871369427?text=Halo%20Reyza%20Dev%20saya%20ingin%20Sewa%20Dev">Order Sekarang</a>
</div>
<div class="card">
<h2 class="title menu-title">
<img src="https://img.icons8.com/color/48/domain.png">
JASA PEMBUATAN WEBSITE
</h2>
<ul>
<li>๐ Website Full Server Minecraft = 70k</li>
<li>๐ Website Jual Rank = 50k</li>
<li>๐ง Update Website = 10k</li>
</ul>
<div class="pricebox">
<b>Note :</b> Bisa request sesuai tema yang diinginkan customer.
</div>
<a class="order" href="https://wa.me/6283871369427?text=Halo%20Reyza%20Dev%20saya%20ingin%20order%20Website">Order Sekarang</a>
</div>
<div class="card">
<h2 class="title menu-title">
<img src="https://img.icons8.com/color/48/sword.png">
STOK SENJATA LEGEND
</h2>
<ul>
<li>โ 70+ Senjata</li>
<li>โจ Skill Effect</li>
<li>๐จ Cosmetic</li>
<li>๐ฑ Support Bedrock (Geyser)</li>
</ul>
<div class="pricebox">
<b>Harga :</b> 70k
</div>
<a class="order" href="https://wa.me/6283871369427?text=Halo%20Reyza%20Dev%20saya%20ingin%20beli%20Senjata%20Legend">Order Sekarang</a>
</div>
</div>
<footer>
ยฉ 2026 Reyza Dev | Jasa Setup Server Minecraft
</footer>
</body>
</html>