diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..f46b5a0 --- /dev/null +++ b/index.html @@ -0,0 +1,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> |