Files
ladill-meet/resources/views/meet/join/cancelled.blade.php
T
isaaccladandCursor 965fb992e9
Deploy Ladill Meet / deploy (push) Failing after 7s
Initial Ladill Meet release.
Phases 0–18: core meetings, webinar, breakouts, team chat, live streaming, town hall, billing, and Ladill Mail calendar wiring.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 23:35:29 +00:00

17 lines
663 B
PHP

<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Meeting cancelled · Ladill Meet</title>
@include('partials.favicon')
@vite(['resources/css/app.css'])
</head>
<body class="flex min-h-screen items-center justify-center bg-slate-100 p-4 font-sans">
<div class="rounded-2xl border border-slate-200 bg-white p-8 text-center shadow-sm">
<h1 class="text-xl font-semibold text-slate-900">Meeting cancelled</h1>
<p class="mt-2 text-sm text-slate-600">{{ $room->title }} is no longer available.</p>
</div>
</body>
</html>