15 lines
363 B
Svelte
15 lines
363 B
Svelte
<svelte:head>
|
|
<title>About</title>
|
|
<meta name="description" content="401: Unauthorized" />
|
|
</svelte:head>
|
|
|
|
<div class="container h-full mx-auto flex justify-center">
|
|
<div class="my-8 space-y-5">
|
|
<h1 class="text-center">Unauthorized</h1>
|
|
|
|
<p>
|
|
Your request was denied, the authentication token in your settings seems to be invalid.
|
|
</p>
|
|
</div>
|
|
|
|
</div>
|