forked from mirrors/treebird
3b2b350f10
FossilOrigin-Name: 8895885c69f1e4152cbcde2aae429ba59ab63f8b754d230fe51f76aa1b6d6579
9 lines
327 B
HTML
9 lines
327 B
HTML
<h1>Login</h1>
|
|
|
|
<form action="/ratfe.cgi/login" method="post">
|
|
<label for="login-username">Username: </label>
|
|
<input type="text" id="login-username" name="username">
|
|
<label for="login-password">Password: </label>
|
|
<input type="password" id="login-password" name="password">
|
|
<input type="submit" value="Login">
|
|
</form>
|