Improve fatal error page
This commit is contained in:
		@@ -5,8 +5,22 @@
 | 
				
			|||||||
    <title>Access denied</title>
 | 
					    <title>Access denied</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link href="/assets/css/bootstrap.css" rel="stylesheet" crossorigin="anonymous"/>
 | 
					    <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>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
    <p>{{ message }}</p>
 | 
					    <div>{{ message }}</div>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user