8 lines
258 B
PHP
8 lines
258 B
PHP
<?= $this->extend('layouts/embed') ?>
|
|
<?= $this->section('content') ?>
|
|
<div class="container py-5 text-center">
|
|
<h1 class="h4">This link has expired</h1>
|
|
<p class="text-muted">Ask the owner for a new share link.</p>
|
|
</div>
|
|
<?= $this->endSection() ?>
|