-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (54 loc) · 2.11 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4734982214094550"
crossorigin="anonymous"></script>
<meta charset="UTF-8">
<title>ChafficPlugins</title>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link rel="stylesheet" href="style/main.css">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
</head>
<body>
<h1 id="centeredTitle">ChafficPlugins</h1>
<h3 id="centeredSubTitle">Free high quality plugins for your Minecraft server!</h3>
<img src="img/bg.png" alt="" id="bgImg" onclick="window.open('https://chafficplugins.github.io')">
<div class="plugin-list">
<button onclick="window.open('https://www.spigotmc.org/resources/mytrip-amazing-drugs-in-minecraft.76816/')">
MyTrip
</button>
<button onclick="window.open('https://www.spigotmc.org/resources/mininglevels.100886/')">
MiningLevels
</button>
<button onclick="window.open('https://github.com/Chafficui/CrucialAPI')">
CrucialAPI
</button>
</div>
<div class="hostingConatiner">
<a href="https://shockbyte.com/billing/aff.php?aff=4416"><img id="hosting" src="https://shockbyte.com/assets/img/partners/twitch/shockbyte_affiliate.png" alt="Minecraft Server Hosting" /></a>
</div>
<div class="statsContainer">
<div>
<h3>Over 31k downloads</h3>
<p>With over 31k server owners who have used our plugins since 2019, ChafficPlugins is a known force in the
field.</p>
</div>
<div>
<h3>4.7 star rating</h3>
<p>Our products have over 21 reviews, of which 20 had over 4 stars. So it is clear that quality is our top
priority!</p>
</div>
<div>
<h3>Over 1000 active players</h3>
<p>ChafficPlugins has reached a peak of 1.7k players at once and makes servers more active.</p>
</div>
</div>
<a id="imprintLink" href="https://felixbeinssen.net/imprint" target={"_blank"}
rel="noreferrer">Imprint</a>
<footer>
<p id="copyright">
© ChafficPlugins 2019-2023
</p>
</footer>
</body>
</html>