			<!DOCTYPE html>
			<html>
			<head><meta charset="utf-8"><title>Acceso restringido</title></head>
			<body>
			<div style="max-width:400px;margin:100px auto;text-align:center;font-family:sans-serif;">
				<h2>Acceso restringido</h2>
								<form method="POST">
					<input type="password" name="access_password" placeholder="Contraseña" style="padding:8px;width:100%;margin-bottom:10px;" required>
					<br><input type="submit" value="Acceder" style="padding:8px 20px;">
				</form>
			</div>
			</body>
			</html>
			