Files
2026-05-07 12:17:19 -04:00

12 lines
497 B
HTML

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>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">Booking Page Not Found</h2>
<p class="text-muted">This salon's booking page doesn't exist or is no longer available.</p>
</div>
</body>
</html>