This commit is contained in:
암냥 2026-09-01 23:59:23 +09:00
commit 794dce869c
16 changed files with 5430 additions and 0 deletions

13
templates/invalid.html Normal file
View file

@ -0,0 +1,13 @@
<!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>