diff options
Diffstat (limited to 'src/web/_views/apps/error/main.php')
| -rw-r--r-- | src/web/_views/apps/error/main.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/web/_views/apps/error/main.php b/src/web/_views/apps/error/main.php deleted file mode 100644 index bcc6f90..0000000 --- a/src/web/_views/apps/error/main.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php /* Copyright (c) 2024 Freya Murphy */ ?> -<?php /* vi: syntax=php */ ?> -<main id="main"> - <h1><?=$title?></h1> - <span><?=ucfirst($msg)?></span> -</main> |