13 lines
267 B
Svelte
13 lines
267 B
Svelte
|
<svelte:head>
|
||
|
<title>About</title>
|
||
|
<meta name="description" content="401: Unauthorized" />
|
||
|
</svelte:head>
|
||
|
|
||
|
<div class="text-column">
|
||
|
<h1>Unauthorized</h1>
|
||
|
|
||
|
<p>
|
||
|
Your request was denied, the authentication token in your settings seems to be invalid.
|
||
|
</p>
|
||
|
</div>
|