diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-03-21 19:30:19 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-03-21 19:30:19 +0100 |
commit | b8fc10a69c5be43a27e3d9421b47a22633879048 (patch) | |
tree | 117896a1abdde51a3b68cafe6cb5e27616ef876f /index.html | |
parent | 47c0ba6c17e5f8e6fd01cba9fc4d7cc8df12405c (diff) | |
download | gpigeon-b8fc10a69c5be43a27e3d9421b47a22633879048.tar.gz gpigeon-b8fc10a69c5be43a27e3d9421b47a22633879048.zip |
text string are ordered alphabetically
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 67d91ce..0000000 --- a/index.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>Gpigeon login page</title> - <link rel="icon" type="image/x-icon" href="/favicon.ico"> - <link rel="stylesheet" type="text/css" href="/gpigeon.css"> - <meta charset="utf-8"> - </head> - <body> - <h1 style="text-align:center">📧 Gpigeon 🕊️</h1> - <form action="/cgi-bin/gpigeon.cgi" method="POST"> - 🔒 Password : <input type="password" name="password"> - <input type="submit" value="S'authentifier"> - </form> - </body> -</html> |