qumra-engine 2.0.165 → 2.0.166
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pages/404.d.ts +1 -1
- package/dist/pages/404.js +27 -27
- package/package.json +1 -1
package/dist/pages/404.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const notFoundPage = "\n<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n <meta charset=\"UTF-8\"
|
|
1
|
+
export declare const notFoundPage = "\n<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n <meta charset=\"UTF-8\">\n <title>\u0627\u0644\u0635\u0641\u062D\u0629 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u0629</title>\n <style>\n body {\n margin: 0;\n padding: 0;\n background-color: #001d20;\n font-family: \"Arial\", sans-serif;\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100vh;\n color: #ffffff;\n text-align: center;\n }\n\n .container {\n max-width: 450px;\n padding: 20px;\n }\n\n h1 {\n font-size: 80px;\n margin: 0;\n font-weight: bold;\n color: #4ed5c5;\n }\n\n h2 {\n font-size: 28px;\n margin-top: 10px;\n font-weight: 600;\n color: #ffffff;\n }\n\n p {\n color: #ccf1ee;\n font-size: 16px;\n margin: 15px 0 30px;\n line-height: 1.7;\n }\n\n a {\n display: inline-block;\n padding: 12px 30px;\n background-color: #4ed5c5;\n color: #001d20;\n font-weight: bold;\n text-decoration: none;\n border-radius: 8px;\n transition: 0.2s ease;\n }\n\n a:hover {\n background-color: #3bbcad;\n }\n </style>\n</head>\n<body>\n <div class=\"container\">\n <h1>404</h1>\n <h2>\u0627\u0644\u0635\u0641\u062D\u0629 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u0629</h2>\n <p>\u064A\u0628\u062F\u0648 \u0623\u0646\u0643 \u062A\u062D\u0627\u0648\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062D\u0629 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D\u0629 \u0623\u0648 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629 \u062D\u0627\u0644\u064A\u064B\u0627.</p>\n <a href=\"/\">\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629</a>\n </div>\n</body>\n</html>\n";
|
package/dist/pages/404.js
CHANGED
|
@@ -5,70 +5,70 @@ exports.notFoundPage = `
|
|
|
5
5
|
<!DOCTYPE html>
|
|
6
6
|
<html lang="ar" dir="rtl">
|
|
7
7
|
<head>
|
|
8
|
-
<meta charset="UTF-8"
|
|
9
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
|
+
<meta charset="UTF-8">
|
|
10
9
|
<title>الصفحة غير موجودة</title>
|
|
11
10
|
<style>
|
|
12
11
|
body {
|
|
13
12
|
margin: 0;
|
|
14
13
|
padding: 0;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
color: #111827;
|
|
14
|
+
background-color: #001d20;
|
|
15
|
+
font-family: "Arial", sans-serif;
|
|
18
16
|
display: flex;
|
|
19
17
|
justify-content: center;
|
|
20
18
|
align-items: center;
|
|
21
19
|
height: 100vh;
|
|
20
|
+
color: #ffffff;
|
|
22
21
|
text-align: center;
|
|
23
22
|
}
|
|
24
23
|
|
|
25
24
|
.container {
|
|
26
|
-
max-width:
|
|
25
|
+
max-width: 450px;
|
|
27
26
|
padding: 20px;
|
|
28
27
|
}
|
|
29
28
|
|
|
30
29
|
h1 {
|
|
31
|
-
font-size:
|
|
32
|
-
margin
|
|
33
|
-
|
|
34
|
-
|
|
30
|
+
font-size: 80px;
|
|
31
|
+
margin: 0;
|
|
32
|
+
font-weight: bold;
|
|
33
|
+
color: #4ed5c5;
|
|
35
34
|
}
|
|
36
35
|
|
|
37
|
-
|
|
38
|
-
font-size:
|
|
39
|
-
margin-
|
|
36
|
+
h2 {
|
|
37
|
+
font-size: 28px;
|
|
38
|
+
margin-top: 10px;
|
|
39
|
+
font-weight: 600;
|
|
40
|
+
color: #ffffff;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
p {
|
|
44
|
+
color: #ccf1ee;
|
|
43
45
|
font-size: 16px;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
+
margin: 15px 0 30px;
|
|
47
|
+
line-height: 1.7;
|
|
46
48
|
}
|
|
47
49
|
|
|
48
50
|
a {
|
|
49
51
|
display: inline-block;
|
|
50
|
-
padding: 12px
|
|
51
|
-
background: #
|
|
52
|
-
color: #
|
|
53
|
-
|
|
52
|
+
padding: 12px 30px;
|
|
53
|
+
background-color: #4ed5c5;
|
|
54
|
+
color: #001d20;
|
|
55
|
+
font-weight: bold;
|
|
54
56
|
text-decoration: none;
|
|
55
|
-
|
|
56
|
-
transition: 0.2s;
|
|
57
|
+
border-radius: 8px;
|
|
58
|
+
transition: 0.2s ease;
|
|
57
59
|
}
|
|
58
60
|
|
|
59
61
|
a:hover {
|
|
60
|
-
background: #
|
|
61
|
-
transform: translateY(-2px);
|
|
62
|
+
background-color: #3bbcad;
|
|
62
63
|
}
|
|
63
64
|
</style>
|
|
64
65
|
</head>
|
|
65
|
-
|
|
66
66
|
<body>
|
|
67
67
|
<div class="container">
|
|
68
68
|
<h1>404</h1>
|
|
69
|
-
<
|
|
70
|
-
<p
|
|
71
|
-
<a href="/"
|
|
69
|
+
<h2>الصفحة غير موجودة</h2>
|
|
70
|
+
<p>يبدو أنك تحاول الوصول إلى صفحة غير صحيحة أو غير متاحة حاليًا.</p>
|
|
71
|
+
<a href="/">العودة إلى الصفحة الرئيسية</a>
|
|
72
72
|
</div>
|
|
73
73
|
</body>
|
|
74
74
|
</html>
|