forked from gabrielecirulli/2048
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathauth-error.html
More file actions
43 lines (42 loc) · 1.99 KB
/
auth-error.html
File metadata and controls
43 lines (42 loc) · 1.99 KB
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
<div class="barreDeNavigation">
<center>
<a class="active" href="#">Home</a>
<a href="./news">News</a>
<a href="contact.html">Contact</a>
<a href="./about">Plus d'Informations</a>
</center>
</div>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script>
swal("Tu as entré un mauvais mot de passe !", "Réessayes ou contacte les admins pour plus d'informations.", "error")
</script>
<h1><center>Bonjour, si tu es ici, c'est que tu as entré un mot de passe invalide lors de ta connexion à 2049.<br>
<img src="2384CE5C-9B36-49CD-BC38-4E93D37076F7.gif">
</center></h1>
<h2><center>Pour réessayer, <a href="index.html">clique ici</a>.</center></h2>
<h3><center><a href="https://github.com/elig-45/2049/blob/master/README.md">Plus d'Informations...</a>
<h4><center>Tu pensais pouvoir t'incruster comme ce mec ? <br>
<img src="5972DE3A-5BFA-4C05-BC3B-8F916080D3F8.gif"></center></h4>
<title>Erreur d'Authentification</title>
<style>
h1, h2, h3 {
background-color: orange;
}
html {
background-color: #87a96b;
}
</style>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="CBKGWGWCFJP7Q">
<table>
<tr><td><input type="hidden" name="on0" value="Options">Options</td></tr><tr><td><select name="os0">
<option value="Code d'Accès Classique">Code d'Accès Classique €2,00 EUR</option>
<option value="Code d'Accès Affichage Personnalisé">Code d'Accès Affichage Personnalisé €4,00 EUR</option>
<option value="Code d'Accès Premium">Code d'Accès Premium €6,00 EUR</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal, le réflexe sécurité pour payer en ligne">
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form>