-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Discover FlameCord - The Best Anti-Bot Solution</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
<link rel="icon" type="image/x-icon" href="images/favicon.png"> | ||
<meta name="description" content="Discover FlameCord, the ultimate anti-bot solution for your Minecraft server!"> | ||
</head> | ||
<body> | ||
<nav id="nav" class="navbar"> | ||
<div class="navbar-logo"> | ||
<img src="images/favicon.png" alt="FlameCord Logo" width="50" height="50"> | ||
<span class="navbar-text"></span> | ||
<ul class="navbar-menu"> | ||
<li><a title="Home" href="index">Home</a></li> | ||
<li class="dropdown"> | ||
<a title="Socials" href="#" class="dropbtn">Socials ▾</a> | ||
<div class="dropdown-content"> | ||
<a title="Discord" href="https://discord.com/invite/gF36AT3">Discord</a> | ||
<a title="Twitter" href="https://twitter.com/FlameCordMC">Twitter</a> | ||
<a title="Reddit" href="https://www.reddit.com/r/FlameCord/">Reddit</a> | ||
<a title="Instagram" href="https://www.instagram.com/FlameCordMC/">Instagram</a> | ||
<a title="TikTok" href="https://www.tiktok.com/@flamecordmc">TikTok</a> | ||
</div> | ||
</li> | ||
<li><a title="Config" href="config">Config</a></li> | ||
<li><a title="Download" href="https://builtbybit.com/resources/flamecord-ultimate-antibot-solution.13492/">Download</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<main> | ||
<section class="article"> | ||
<h1>Discover FlameCord: The Ultimate Anti-Bot Solution</h1> | ||
|
||
<img src="images/flamecord.png" alt="FlameCord Logo"> <!-- Replace with FlameCord logo --> | ||
|
||
<p>Greetings, Minecraft server administrators!</p> | ||
|
||
<p>Introducing FlameCord - the most powerful solution to safeguard your server against bot attacks! 🛡️</p> | ||
|
||
<p><b>🔒 Unmatched Security:</b> FlameCord offers top-tier anti-bot features, ensuring a secure and uninterrupted gaming experience for your community.</p> | ||
|
||
<p><b>🔥 Robust Protection:</b> Protect your server from DDoS attacks, malicious accounts, and unwanted spam with FlameCord's cutting-edge security measures.</p> | ||
|
||
<p><b>🌐 Seamless Integration:</b> Whether transitioning from BungeeCord or Waterfall, FlameCord ensures easy integration and supports the latest Minecraft versions.</p> | ||
|
||
<p>Join us in the battle against bot invasions and secure your Minecraft community with FlameCord's unparalleled defense mechanisms!</p> | ||
|
||
<a href="https://builtbybit.com/resources/flamecord-ultimate-antibot-solution.13492/" class="cta-button" target="_blank">Download FlameCord</a> | ||
<a href="#nav" id="goToTopButton" class="cta-button" title="Go backend to the top">Back to the top</a> | ||
</section> | ||
</main> | ||
|
||
<footer> | ||
© 2023 FlameCord | ||
</footer> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters