blob: b88c8a0df697af4c0b924d7b333bf64d76b5e08e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|