Improve fatal error page
This commit is contained in:
parent
8436a02c10
commit
a4de6a01af
@ -5,8 +5,22 @@
|
||||
<title>Access denied</title>
|
||||
|
||||
<link href="/assets/css/bootstrap.css" rel="stylesheet" crossorigin="anonymous"/>
|
||||
|
||||
<style>
|
||||
div {
|
||||
background: white;
|
||||
color: black;
|
||||
padding: 10px;
|
||||
margin: auto;
|
||||
margin-top: auto;
|
||||
display: block;
|
||||
max-width: 500px;
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>{{ message }}</p>
|
||||
<div>{{ message }}</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user