aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMiquel Lionel <lionelmiquel@sfr.fr>2020-11-10 10:54:21 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2020-11-10 10:54:21 +0100
commit61839232124e7db4f9384aac04cf9334ce8c7be4 (patch)
tree24e0befb452368d09a0204d985bbb43c9e91d9ad /index.html
downloadgpigeon-61839232124e7db4f9384aac04cf9334ce8c7be4.tar.gz
gpigeon-61839232124e7db4f9384aac04cf9334ce8c7be4.zip
Commit initial
On ajoute les fichiers. On normalise le nom des icônes en favicon.ico puis on met la notif de suppression des fichiers au-dessus du tableau, plus pratique si il y a BEAUCOUP de liens créés.
Diffstat (limited to 'index.html')
-rw-r--r--index.html29
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>