17 lines
463 B
HTML
Executable File
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>
|