fix 404 page

This commit is contained in:
2024-03-31 17:42:59 -07:00
parent c4bb79b863
commit bfba859ac7

View File

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