2022-04-02 17:23:32 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Access denied</title>
|
|
|
|
|
|
|
|
<link href="/assets/css/bootstrap.css" rel="stylesheet" crossorigin="anonymous"/>
|
2022-04-03 16:55:41 +00:00
|
|
|
|
|
|
|
<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>
|
2022-04-02 17:23:32 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-04-03 16:55:41 +00:00
|
|
|
<div>{{ message }}</div>
|
2022-04-02 17:23:32 +00:00
|
|
|
</body>
|
|
|
|
</html>
|