Projekt

Obecné

Profil

Stáhnout (414 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
    <meta charset="UTF-8">
5
    <title>Login</title>
6
</head>
7
<body>
8
<form action="/token" method="post">
9
  <label for="username">Username:</label><br>
10
  <input type="text" id="username" name="username"><br><br>
11
    <label for="password">Expiration Date</label>
12
  <input type="text" id="password" name="password">
13
  <input type="submit" value="Submit">
14
</form>
15
</body>
16
</html>
(3-3/3)