blob: 67d91ce3cb993f350205c0de47673dadfb8852cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!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">
🔒 Password : <input type="password" name="password">
<input type="submit" value="S'authentifier">
</form>
</body>
</html>
|