Improve fatal error page

This commit is contained in:
Pierre HUBERT 2022-04-03 18:55:41 +02:00
parent 8436a02c10
commit a4de6a01af

View File

@ -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>