-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqueuepriority.html
More file actions
75 lines (71 loc) · 3.08 KB
/
queuepriority.html
File metadata and controls
75 lines (71 loc) · 3.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Queue Priority - MERP</title>
<link rel="stylesheet" href="./css/queuepriority.css">
<link rel="icon" href="./img/fevicon.png" type="image/gif" sizes="16x16">
</head>
<body>
<section>
<header>
<a href="index.html" class="logo">Maratha Empire</a>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./shop.html">Shop</a></li>
<li><a href="#">Rules</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./donate.html">Donate</a></li>
</ul>
</header>
<div class="container">
<div class="box">
<span></span>
<div class="content">
<h2>SILVER</h2>
<p>1) Level 4 Priority for 1 Month 2) 1 PDM Bike with Custom Number Plate 3) 7 Digit
Phone Number (Permanent) 4) Discord Role</p>
<a href="#">600/-</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>GOLD</h2>
<p>1) Level 3 Priority for 1 Month 2) 1 PDM Bike and 1 EDM Vehicle with Custom Number
Plate 3) 6 Digit Phone Number 4) 25% Off on Houses 5) Discord Role</p>
<a href="#">1000/-</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>PLATINUM</h2>
<p>1) Level 2 Priority for 1 Month 2) Any 1 PDM Bike and 1 EDM Vehicle with Custom Number
Plate 3) 5 Digit Phone Number 4) 50,000/- Ingame Cash 5) 30% Off on Houses 6)
Discord Role</p>
<a href="#">1500/-</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>DIAMOND</h2>
<p>1) Level 1 Priority for 1 Month 2) 2 PDM Bike and 2 EDM Vehicle with Custom Number
Plate 3) 4 Digit Phone Number 4) 1,00,000/- Ingame Cash 5) 35% Off on Houses 6)
Exclusive House Interior 7) Discord Role</p>
<a href="#">2500/-</a>
</div>
</div>
</div>
<ul class="sci">
<li><a href="https://www.facebook.com/marathivikya/"><img src="./img/facebook.png"></a></li>
<li><a href="https://twitter.com/marathivikya/"><img src="./img/twitter.png"></a></li>
<li><a href="https://www.instagram.com/marathivikya/"><img src="./img/instagram.png"></a></li>
</ul>
<p class="copyrightText">Copyrights © 2021 Maratha Empire Roleplay. All Right Reserved.</p>
</section>
</body>
</html>