diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-04-16 23:01:38 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-04-16 23:08:26 +0100 |
commit | 10231a07a1ea47f6de56a468dd1daa2068ae50ae (patch) | |
tree | b89235db28acd866e7207f95089d1e7f4be63809 /index.html | |
parent | f65887f1ee0a94aa2c81140d29d0634f1be7b3c3 (diff) | |
download | gpigeon-10231a07a1ea47f6de56a468dd1daa2068ae50ae.tar.gz gpigeon-10231a07a1ea47f6de56a468dd1daa2068ae50ae.zip |
reinstate index.html, static is king
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..b88c8a0 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + <head> + <title>GPIGEON - Login</title> + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + <link rel="stylesheet" type="text/css" href="/styles.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="Login"> + </form> + + <p><a href="http://git.les-miquelots.net/gpigeon" title="gpigeon download link" alt="gpigeon download link">Source code here.</a> It is similar to <a href="https://hawkpost.co/">hawkpost.co</a>.</p> + + </body> +</html> |