rit.wtf/web/error.php

15 lines
236 B
PHP
Raw Normal View History

2025-02-07 20:35:47 +00:00
<?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');
?>