diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-02-07 15:35:47 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-02-07 15:35:47 -0500 |
| commit | 39e38a71528b7e7196ae4f227ebf399922a42dea (patch) | |
| tree | b7b0fa43a6704ba8969354dfa655a2d375699210 /web/error.php | |
| parent | read (diff) | |
| download | rit.wtf-39e38a71528b7e7196ae4f227ebf399922a42dea.tar.gz rit.wtf-39e38a71528b7e7196ae4f227ebf399922a42dea.tar.bz2 rit.wtf-39e38a71528b7e7196ae4f227ebf399922a42dea.zip | |
updates
Diffstat (limited to 'web/error.php')
| -rw-r--r-- | web/error.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/error.php b/web/error.php new file mode 100644 index 0000000..f7a2f4e --- /dev/null +++ b/web/error.php @@ -0,0 +1,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'); +?> |