feat: add 404 page

This commit is contained in:
iodomi
2026-06-22 16:12:13 +02:00
parent fe38b3db2d
commit d2783fc22f
5 changed files with 19 additions and 1 deletions

16
404.php Normal file
View File

@@ -0,0 +1,16 @@
<?php include "header.php"; ?>
<i style="margin-bottom: 2rem;"><?php echo $slogan; ?></i>
<div id="top-bar">
<h1>> BŁĄD 404</h1>
<i>nieznaleziono</i>
</div>
<article id="content">
<p>Halo, co to za strona? Ona istnieje? Nie znaleźliśmy jej, co mam ci powiedzieć...</p>
<img src="/static/img/reaction.png" alt="Tak się teraz mogą czuć czytelnicy">
</article>
<?php include "footer.php"; ?>