-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (58 loc) · 2.12 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
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="en">
<head>
<!-- Page setup -->
<meta charset="utf-8">
<title>FlameCord - The Ultimate Antibot BungeeCord fork</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="description"
content="FlameCord: Ultimate Minecraft and Spigot antibot system with high performance features.">
<meta name="author" content="LinsaFTW">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<!-- Custom styles -->
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="bg-image">
<div class="bg-content">
<img src="logo.png" class="logo" alt="FlameCord Logo" />
<h1>FlameCord</h1>
<p>The best BungeeCord fork for a secure and fast Minecraft or Spigot network</p>
<a href="https://builtbybit.com/resources/flamecord-ultimate-antibot-system.13492/">Download</a>
</div>
</div>
<div class="container-dark">
<h2>
What is FlameCord?
</h2>
<p>
FlameCord is an antibot <a href="https://github.com/SpigotMC/BungeeCord">BungeeCord</a> and <a
href="https://github.com/PaperMC/Waterfall">Waterfall</a> fork with antibot features, exploit prevention
systems, performance improvements, removal of unused features, library updates and application layer (L7) ddos
mitigation.
</p>
</div>
<div class="container-light">
<h2>
How do I install it?
</h2>
<p>
FlameCord is easy to install and use. Just download the file from <a href="https://builtbybit.com/resources/13492/">BuiltByBit</a>
and drag an drop FlameCord.jar into your server folder and run it.
</p>
</div>
<div class="container-red">
<h2>
Social Networks
</h2>
<p>
You can join our <a href="https://discord.gg/gF36AT3">Discord</a> for exclusive support or follow us on <a href="https://twitter.com/FlameCordMC">Twitter</a>.
</p>
</div>
<div class="bottom-bar">
Copyright © 2023 by LinsaFTW.
</div>
<!-- Load additional JS scripts here -->
<script type="text/javascript" src="script.js"></script>
</body>
</html>