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.
10 lines
527 B
10 lines
527 B
{{ define "main" }}
|
|
<h1 class="mb-3 text-4xl font-extrabold">{{ "Unauthorized :confused:" | emojify }}</h1>
|
|
<p class="mt-8 mb-12 text-neutral-400 dark:text-neutral-500">
|
|
{{ "Error 401" | emojify }}
|
|
</p>
|
|
<div class="prose dark:prose-invert">
|
|
<p>{{ "This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required." | emojify }}</p>
|
|
</div>
|
|
{{ end }}
|