CatBoat-Launcher/app/banned.html
azures04 6c4948d0b2 New commit
-  Added ban checking ⚖️
    -  GUI 🪟
    -  HWID Checking/Creating module ⚙
2025-04-26 11:06:59 +02:00

49 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/css/banned.css">
<title>Launcher banni</title>
</head>
<body>
<main>
<article>
<section class="logo">
<img src="./assets/img/Catboat_Logo-04.png" alt="">
</section>
<section class="informations">
<h2>Votre launcher à été bannis.</h2>
<p>
<b>
Par :
</b>
<span id="bannedBy">
Administrateur
</span>
</p>
<p>
<b>
Effectué le :
</b>
<span id="bannedAt">
01/01/1970 00:00
</span>
</p>
<p>
<b>
Raison :
</b>
<span id="bannedBecause">
Launcher non conforme aux CGU
</span>
</p>
</section>
</article>
</main>
<script src="./assets/js/banned.js"></script>
</body>
</html>