28 lines
466 B
HTML
28 lines
466 B
HTML
<!--
|
|
Placeholder file
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>2 FA</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="main-container">
|
|
|
|
<h2>Verification</h2>
|
|
<form action="/api/login/verify" method="post">
|
|
<label for="code">Code: </label>
|
|
<input id="code" name="code" type="password" required><br />
|
|
<input type="submit" value="Verify">
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |