aboutsummaryrefslogtreecommitdiff
path: root/src/pages/404.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/404.tsx')
-rw-r--r--src/pages/404.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/404.tsx b/src/pages/404.tsx
index 8ca9968..5a8da53 100644
--- a/src/pages/404.tsx
+++ b/src/pages/404.tsx
@@ -14,6 +14,7 @@ export default function NotFound() {
return (
<>
+ <title>߸ 404</title>
<h1 className="text-2xl font-semibold pt-4">404 - Not found</h1>
<img src="/images/404.webp" className="rounded-lg" />
</>