BasicOIDC/templates/access_denied.html

12 lines
273 B
HTML
Raw Normal View History

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"/>
</head>
<body>
<p>You are not allowed to access this resource.</p>
</body>
</html>