Files
steamwidgets-web/app/views/error/404.php
2024-03-31 17:42:59 -07:00

6 lines
160 B
PHP

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