diff options
Diffstat (limited to 'app/view/except/default.view.php')
-rw-r--r-- | app/view/except/default.view.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/view/except/default.view.php b/app/view/except/default.view.php index 2aa7a73..7a687e5 100644 --- a/app/view/except/default.view.php +++ b/app/view/except/default.view.php @@ -15,7 +15,12 @@ <div class="container"> <div class="jumbotron"> - <h1 class="text-center">Something happened</h1> + <h1 class="text-center">Scrott derped</h1> + <h5 class="text-center">System internals reported this:</h5> + + <div class="well well-sm text-center text-danger"> + <h3><?=$mod->message?></h3> + </div> </div> </div> |