Files
main/404.php
2026-06-22 16:12:13 +02:00

17 lines
411 B
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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"; ?>