Files
steamwidgets-web/app/views/error/404.php
Daniel Brendel ea9eaa3cd0 Clean
2023-03-02 13:45:52 +01:00

5 lines
155 B
PHP

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