Files
steamwidgets-web/app/views/error/404.php
Daniel Brendel 8eee40df2a Error 404 info
2023-03-02 13:45:02 +01:00

7 lines
186 B
PHP

<!-- Error 404 yield file -->
<div class="content-section">
<h1>Error 404</h1>
<p>The requested resource <?= $_SERVER['REQUEST_URI']; ?> was not found on the server.</p>
</div>