First Commit
This commit is contained in:
commit
923d6ca242
35 changed files with 4933 additions and 0 deletions
11
src/templates/pages/error.php
Normal file
11
src/templates/pages/error.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
$this->layout('layout/main', [ 'resourceEntry' => 'index' ]);
|
||||
|
||||
/**
|
||||
* @var int $errorCode
|
||||
*/
|
||||
?>
|
||||
|
||||
<img src="https://http.dog/<?= $errorCode ?>.jpg" alt="Error <?= $errorCode ?>" class="position-absolute top-50 start-50 translate-middle w-100" style="max-width: 800px" />
|
Loading…
Add table
Add a link
Reference in a new issue