forked from asterjdm/Cesco-Leak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanned.html
29 lines (23 loc) · 894 Bytes
/
banned.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YOU ARE BANNED</title>
<script src="scripts/bannedPage.js" defer></script>
<script src="scripts/getBann.js"></script>
</head>
<body>
<img src="images/banned.png" alt="YOU ARE BANNED !!!!!!!!!!">
<h1>YOU ARE BANNED</h1>
<p id="bannedTime"></p>
<p>Vous avez maintenant le temps de réfléchir à vos actes, de vous remettre en question, et de lire <a
href="rules.html">les règles.</a></p>
<h3>Si vous voulez nous contacter pour nous insulter :</h3>
<form action="api/sendMail.php" method="get">
<input type="hidden" name="return" value="banned.html">
<textarea name="msg" id="" placeholder=""></textarea>
<button type="submit">Send</button>
</form>
</body>
</html>