blob: f46b5a04b3d6497d6286fb5601f2caaf330273bb (
plain) (
blame)
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>
<head>
<link rel="icon" type="image/x-icon" href="/gpigeon/gpigeon.ico">
<title>Auth2gpigeon</title>
<style>
html{background-color:skyblue;}
#crypto_secu{
border: 1px solid black;
margin:5%;
float:left;
}
</style>
<meta charset="utf-8">
</head>
<body>
<form action="/cgi-bin/gpigeon.cgi" method="POST">
<h1 style="text-align:center">📧 Gpigeon 🕊️</h1>
🔒 Mot de passe : <input type="password" name="password">
<input type="submit" value="S'authentifier">
</form>
<a href="https://xkcd.com/538/"><img id="crypto_secu" src="/images/crypto_secu.png"
title="XKCD fait redescendre les nerds du chiffrement sur terre"
alt="bande dessinée de XKCD faisant redescendre les nerds du chiffrement sur terre"></a>
</body>
</html>
|