chartboard/app/Views/share/revoked.php
2026-03-30 09:51:33 +05:30

8 lines
255 B
PHP

<?= $this->extend('layouts/embed') ?>
<?= $this->section('content') ?>
<div class="container py-5 text-center">
<h1 class="h4">Link revoked</h1>
<p class="text-muted">The owner has turned off this share link.</p>
</div>
<?= $this->endSection() ?>