-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (42 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Find my anticheat">
<meta name="keywords" content="Anticheat, find anticheat, search anticheat, spigot, sponge, fabric, minestom">
<meta name="author" content="Elikill58">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Find the anti-cheat for you</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Questrial">
<link rel="stylesheet" href="include/style.css">
<script src="include/engine.js"></script>
</head>
<body>
<h1 class="title is-1">Find the perfect anticheat for you !</h1>
<div class="initial">
<div class="container">
<br>
<br>
<div id="main">
<p class="subtitle">
This service is not related to any type of server, you can contact us on <a href="https://discord.gg/YKbqtA6TAv">discord</a> for help or suggestions.
</p>
<p class="subtitle">
At the moment, <span id="ac-amount">?</span> anticheats are supported.
</p>
<button onclick="start();" class="button">Let's start →</button>
</div>
<div id="stop" style="display: none; margin-top: 16px;">
<button onclick="end();" class="button" style="background-color: initial !important;">See all</button>
<button onclick="location.reload()" class="button" style="background-color: initial !important;">Restart</button>
</div>
<hr>
<small>
This project is <a href="https://github.com/Elikill58/FindMyAC">open source.</a> You can find full list <a href="https://www.spigotmc.org/wiki/anti-cheat-list-bukkit-and-spigot/">here</a>. Last update: 13/02/2024.
</small>
</div>
</div>
</body>
</html>