summaryrefslogtreecommitdiff
path: root/src/pages/404.html
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2025-09-11 02:48:28 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2025-09-11 02:48:28 +0500
commit23e19a336b4bff7293077616132c5ea522cde445 (patch)
tree2e74bb8a6b61014180dddc4916833aa8164915d1 /src/pages/404.html
initial
Diffstat (limited to 'src/pages/404.html')
-rw-r--r--src/pages/404.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/pages/404.html b/src/pages/404.html
new file mode 100644
index 0000000..5f5054d
--- /dev/null
+++ b/src/pages/404.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html class="h-full" lang="ru">
+
+<head>
+ <title>Страница не найдена</title>
+
+ <!-- OG -->
+ <meta property="og:title" content="TODO" />
+ <meta property="og:description" content="TODO" />
+ <meta property="og:image" content="TODO" />
+ <meta property="og:url" content="https://mnik01-blog.mlibren.com" />
+ <meta property="og:type" content="website" />
+ <!-- OG -->
+
+ <meta charset="UTF-8">
+ <!-- TODO: replace with static css -->
+ <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+</head>
+
+<body class="flex h-screen w-screen items-center flex-col gap-4 justify-center">
+ <a href="/"><img width="96" height="96" src="/assets/icons/logo.svg" alt="logo letter M"></a>
+ <h1 class="underline underline-offset-6 decoration-indigo-600 decoration-wavy text-2xl first-letter:capitalize font-serif">страница не найдена</h1>
+</body>
+
+</html> \ No newline at end of file