Error 404 info

This commit is contained in:
Daniel Brendel
2023-03-02 13:45:02 +01:00
parent b0d418a0b2
commit 8eee40df2a
2 changed files with 4 additions and 22 deletions

View File

@ -1,17 +1,7 @@
<!-- Error 404 yield file -->
<div class="outer">
<div class="inner">
<div class="title">
<h1>Error 404</h1>
</div>
<div class="content-section">
<h1>Error 404</h1>
<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>
<p>The requested resource <?= $_SERVER['REQUEST_URI']; ?> was not found on the server.</p>
</div>