foxtrot_mfa/static/index.html

15 lines
214 B
HTML
Raw Permalink Normal View History

2023-03-08 15:57:27 +01:00
<!DOCTYPE HTML>
<head>
<title>Foxtrot MFA system</title>
</head>
<body>
<h1>Welcome</h1>
<a href="register.html">
<button>Register</button>
</a>
<a href="login.html">
<button>Login</button>
</a>
</body>