summaryrefslogtreecommitdiff
path: root/web/error.php
blob: f7a2f4e47a7e56383219f882fa106e600b3507aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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');
?>