Initial commit

This commit is contained in:
Daniel Brendel
2022-08-16 13:54:30 +02:00
commit 94353ac3c8
64 changed files with 32771 additions and 0 deletions

17
app/views/error/404.php Normal file
View File

@ -0,0 +1,17 @@
<!-- Error 404 yield file -->
<div class="outer">
<div class="inner">
<div class="title">
<h1>Error 404</h1>
</div>
<div class="text">
<p>The requested resource <?= $_SERVER['REQUEST_URI']; ?> was not found on the server.</p>
</div>
<div class="links">
<button type="button" class="button btn-col-contact" onclick="location.href = '{{ url('/') }}';">Go home</button>
</div>
</div>
</div>