mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 19:27:41 -07:00
17 lines
479 B
PHP
17 lines
479 B
PHP
<!-- 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>
|