forked from tylda-public/main
feat: add 404 page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user