mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 14:55:13 -04:00
Initial commit
This commit is contained in:
commit
28c8a3f0ba
136 changed files with 13350 additions and 0 deletions
7
www/404.php
Normal file
7
www/404.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
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() ?>
|
Loading…
Add table
Add a link
Reference in a new issue