12 lines
502 B
HTML
12 lines
502 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head><meta charset="UTF-8"><title>Check-In Not Found</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
|
|
</head>
|
|
<body class="bg-light d-flex align-items-center justify-content-center" style="min-height:100vh;">
|
|
<div class="text-center">
|
|
<h2 class="fw-bold">Check-In Unavailable</h2>
|
|
<p class="text-muted">This check-in kiosk is not available. Please see a staff member.</p>
|
|
</div>
|
|
</body>
|
|
</html> |