blob: 7a687e56e988acc74631ae16c18f7ebd60f34a4b (
plain) (
tree)
|
|
<!DOCTYPE html>
<html lang="en">
<head>
<?php include "view/master/head.view.php"; ?>
<title>Scrott - Application Exception</title>
<style type="text/css">
body { padding-top: 50px; }
</style>
</head>
<body>
<?php include "view/master/topp.view.php"; ?>
<div class="container">
<div class="jumbotron">
<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>
<?php include "view/master/foot.view.php"; ?>
</body>
</html>
|