8 lines
255 B
PHP
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() ?>
|