layer7-web-passport/templates/invalid.html
2026-09-01 23:59:23 +09:00

13 lines
365 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Invalid Pass · PassPort</title>
</head>
<body>
<h1>Invalid Pass</h1>
<p>This access credential could not be verified.</p>
<p><a href="{{ url_for('index') }}">Return to PassPort</a></p>
</body>
</html>