diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-07-20 20:39:04 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-07-20 20:42:20 +0100 |
commit | 5785614b247f64647d48e2980c2bbec8e2cdbc4b (patch) | |
tree | 185461f512b0a0061fed7b5fdfeb1cc05fbbdaa7 /index.html | |
parent | 3cbe6fe46483ca5c4483bc2d39c4c568fda9a187 (diff) | |
download | gpigeon-5785614b247f64647d48e2980c2bbec8e2cdbc4b.tar.gz gpigeon-5785614b247f64647d48e2980c2bbec8e2cdbc4b.zip |
fix links stable not having style
- also add date when a link was created. It
should be easy now to tell when a link was generated.
- update the readme about nginx since index.html doesn't exist
anymore, gpigeon does the job now
- updated the dependencies in the readme
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index eccc4d2..0000000 --- a/index.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <title>GPIGEON - Login</title> - <meta charset="utf-8"> - <link rel="icon" type="image/x-icon" href="/favicon.ico"> - <link rel="stylesheet" type="text/css" href="styles.css"> - </head> - <body> - <h1>GPIGEON - Login</h1> - <form action="/cgi-bin/gpigeon.cgi" method="POST"> - <table id="loginbox"> - <tbody> - <tr> - <td>Username :</td> - <td><input type="text" name="username"></td> - </tr> - <tr> - <td>Password :</td> - <td><input type="password" name="password"></td> - </tr> - <tr id="authbtn"> - <td></td> - <td><input type="submit" value="S'authentifier"></td> - </tr> - </tbody> - </table> - </form> - - <p><a href="http://git.les-miquelots.net/gpigeon" title="gpigeon download link">Source code here.</a> It is similar to <a href="https://hawkpost.co/">hawkpost.co</a>.</p> - </body> -</html> |