14 lines
236 B
PHP
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');
|
|
?>
|