mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
7 lines
258 B
PHP
7 lines
258 B
PHP
<?
|
||
require_once('Core.php');
|
||
?><?= Template::Header(['title' => 'We couldn’t find that document', 'description' => 'We couldn’t find that document.']) ?>
|
||
<main class="center">
|
||
<h1>We couldn’t find that document.</h1>
|
||
</main>
|
||
<?= Template::Footer() ?>
|