12 lines
273 B
HTML
12 lines
273 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Access denied</title>
|
|
|
|
<link href="/assets/css/bootstrap.css" rel="stylesheet" crossorigin="anonymous"/>
|
|
</head>
|
|
<body>
|
|
<p>You are not allowed to access this resource.</p>
|
|
</body>
|
|
</html> |