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

View File

@@ -26,7 +26,7 @@ error_reporting(E_ALL);
<li>Ostatni server load: <?=shell_exec("/usr/bin/top -n 1 | grep Load | cut -d' ' -f3,4,5");?></li>
<li>Wolny RAM: <?=shell_exec("/usr/bin/free -h | grep Mem | awk '{print \$NF}'");?>
</ul>
<img src="stats.png" style="max-width: 650px">
<img src="/static/img/stats.png" style="max-width: 650px">
</article>
<?php