You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
329 B
14 lines
329 B
2 years ago
|
<html>
|
||
|
<head>
|
||
|
<title>{{ pageTitle|text }}</title>
|
||
|
{{ setupHeader() }}
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="d-flex w-100 h-75 align-items-center justify-content-center">
|
||
|
<h3>
|
||
|
{{ pageTitle|text }} {{ "Not Authorized"|xlt }}
|
||
|
</h3>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|