rit.wtf/web/error.php
2025-02-07 15:35:47 -05:00

14 lines
236 B
PHP

<?php
// home page of rit.wtf
$title = "rit.wtf - $code";
include('parts/head.php');
include('parts/header.php');
?>
<div id="error">
<p class="code"><?=$code?></p>
</div>
<?php
include('parts/footer.php');
?>