revamp the site and go fully static
[~bandali/bndl.org] / fa / 404.html
diff --git a/fa/404.html b/fa/404.html
new file mode 100644 (file)
index 0000000..d578fde
--- /dev/null
@@ -0,0 +1,33 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8" />
+<meta name="author" content="bandali" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<title>صفحه پیدا نشد &mdash; بندعلی</title>
+<style>
+body {
+  font-family: Sahel WOL, sans-serif;
+  line-height: 1.8;
+  max-width: 37.5em;
+  margin: 0 auto;
+  padding: 0 1em;
+}
+.rtl { direction: rtl; }
+@media (prefers-color-scheme: dark) {
+  body { background: #1c1c1c; color: white; }
+  a:link { color: #acdeff; }
+  a:visited { color: #f8f; }
+  a:active { color: #e00; }
+}
+</style>
+</head>
+<body class="rtl">
+<h1>خطای ۴۰۴</h1>
+<p>متأسفم، صفحهٔ مورد نظر پیدا نشد.  آیا آدرس صفحه درست است؟</p>
+
+<p>اگر تمایل دارید به <a href="https://bndl.org/fa/">صفحهٔ اصلی</a>
+بروید یا در این باره با
+بندعلی <a href="https://bndl.org/fa/contact.html">تماس بگیرید</a>.</p>
+</body>
+</html>