aboutsummaryrefslogtreecommitdiffstats
path: root/pages/404.tsx
diff options
context:
space:
mode:
author0t4u <61939142+0t4u@users.noreply.github.com>2022-12-05 20:33:28 +0000
committerGitHub <noreply@github.com>2022-12-05 20:33:28 +0000
commitc6aa70a64731b608fade3acab48c1d1d2df280b6 (patch)
treea92d130d6b927e520ab40692bc504db7606f2092 /pages/404.tsx
Add files via upload
Diffstat (limited to 'pages/404.tsx')
-rw-r--r--pages/404.tsx21
1 files changed, 21 insertions, 0 deletions
diff --git a/pages/404.tsx b/pages/404.tsx
new file mode 100644
index 0000000..93eabab
--- /dev/null
+++ b/pages/404.tsx
@@ -0,0 +1,21 @@
+import React from "react";
+import Head from "next/head";
+import PageBase from "../modules/PageBase";
+
+const NotFoundPage = () => {
+ return (
+ <PageBase>
+ <Head>
+ <title>404 - Ragtag Archive</title>
+ </Head>
+ <div>
+ <div className="px-4">
+ <h1 className="text-3xl mt-16 text-center">404</h1>
+ <p className="text-lg text-center mb-16">Page not found</p>
+ </div>
+ </div>
+ </PageBase>
+ );
+};
+
+export default NotFoundPage;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage