blob: b39d95e22d1ea08c08eeab620a821ad5ed89ed91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!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">
👤 Username : <input type="text" name="user">
<br>
🔒 Password : <input type="password" name="password">
<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>
|