<!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>