liliquiz/login.html
2025-02-15 23:41:22 +01:00

9 lines
209 B
HTML

<!DOCTYPE html>
<html>
<body>
<form method="post" action="/login">
<input type="password" name="password"/>
<input type="submit" value="Log in"/>
</form>
</body>
</html>