UI Consolidation Cont.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Title, Meta } from "@solidjs/meta";
|
||||
import { PageHead } from "~/components/PageHead";
|
||||
import { HttpStatusCode } from "@solidjs/start";
|
||||
import { useNavigate } from "@solidjs/router";
|
||||
import { createEffect, createSignal, For } from "solid-js";
|
||||
@@ -51,10 +51,9 @@ export default function Page_401() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Title>401 Unauthorized | Michael Freno</Title>
|
||||
<Meta
|
||||
name="description"
|
||||
content="401 - Unauthorized access. Please log in to access this page."
|
||||
<PageHead
|
||||
title="401 Unauthorized"
|
||||
description="401 - Unauthorized access. Please log in to access this page."
|
||||
/>
|
||||
<HttpStatusCode code={401} />
|
||||
<div class="relative min-h-screen w-full overflow-hidden bg-gradient-to-br from-slate-900 via-amber-950/20 to-slate-900 dark:from-black dark:via-amber-950/30 dark:to-black">
|
||||
|
||||
Reference in New Issue
Block a user