foxtrot_mfa/static/login.html
2023-03-08 14:57:27 +00:00

17 lines
463 B
HTML
Executable File

<!DOCTYPE HTML>
<head>
<title>Foxtrot MFA system</title>
</head>
<body>
<form action="user/login" method="post">
<label for="username">Username:</label>
<input type="text" id="username" name="username"/><br>
<label for="username">Password:</label>
<input type="password" id="password" name="password"/><br>
<label for="username">OTP:</label>
<input type="password" id="otp" name="otp"/><br>
<input type="submit" value="Submit"/>
</form>
</body>