diff options
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> |