diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -2,15 +2,20 @@ <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"> + <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"> + 👤 Username : <input type="text" name="user"> + <br> 🔒 Password : <input type="password" name="password"> - <input type="submit" value="S'authentifier"> + <input type="submit" value="Log in"> + <p><a href="register/index.html" alt="Creation of a + gpigeon.les-miquelots.net + account">Create an account</a><p> </form> </body> </html> |