-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
151 lines (151 loc) · 4.25 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>404: This page could not be found</title>
<meta name="next-head-count" content="3" />
<link
rel="preload"
href="./_next/static/css/aefafba9f5ee520a.css"
as="style"
/>
<link
rel="stylesheet"
href="./_next/static/css/aefafba9f5ee520a.css"
data-n-g=""
/>
<noscript data-n-css=""></noscript>
<script
defer=""
nomodule=""
src="./_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
></script>
<script
src="./_next/static/chunks/webpack-02b59b97c33110d1.js"
defer=""
></script>
<script
src="./_next/static/chunks/framework-cda2f1305c3d9424.js"
defer=""
></script>
<script
src="./_next/static/chunks/main-7ac27665b9396da2.js"
defer=""
></script>
<script
src="./_next/static/chunks/pages/_app-715d255ee6a21f48.js"
defer=""
></script>
<script
src="./_next/static/chunks/pages/_error-54de1933a164a1ff.js"
defer=""
></script>
<script
src="./_next/static/AmzL7zm2ZsiZcpAQ29wCN/_buildManifest.js"
defer=""
></script>
<script
src="./_next/static/AmzL7zm2ZsiZcpAQ29wCN/_ssgManifest.js"
defer=""
></script>
</head>
<body>
<div id="__next">
<div class="h-screen main-bg w-full flex-1 flex flex-col">
<div class="flex items-center justify-between px-12 py-5">
<img
src="./images/logo1.png"
alt="Ministry"
class="h-16 object-contain"
/><img
src="./images/logo2.png"
alt="Ministry"
class="h-[3.5rem] object-contain"
/>
</div>
<img
src="./images/headerline.png"
alt="headerline"
class="h-2 w-full object-contain"
/>
<div class="h-full flex-1 flex flex-col">
<div
style="
font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
height: 100vh;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
"
>
<div>
<style>
body {
color: #000;
background: #fff;
margin: 0;
}
.next-error-h1 {
border-right: 1px solid rgba(0, 0, 0, 0.3);
}
@media (prefers-color-scheme: dark) {
body {
color: #fff;
background: #000;
}
.next-error-h1 {
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
}
</style>
<h1
class="next-error-h1"
style="
display: inline-block;
margin: 0 20px 0 0;
padding-right: 23px;
font-size: 24px;
font-weight: 500;
vertical-align: top;
line-height: 49px;
"
>
404
</h1>
<div style="display: inline-block; text-align: left">
<h2
style="
font-size: 14px;
font-weight: 400;
line-height: 49px;
margin: 0;
"
>
This page could not be found<!-- -->.
</h2>
</div>
</div>
</div>
</div>
<footer class="footer-image h-40 mt-16"></footer>
</div>
</div>
<script id="__NEXT_DATA__" type="application/json">
{
"props": { "pageProps": { "statusCode": 404 } },
"page": "/_error",
"query": {},
"buildId": "AmzL7zm2ZsiZcpAQ29wCN",
"assetPrefix": ".",
"nextExport": true,
"isFallback": false,
"gip": true,
"scriptLoader": []
}
</script>
</body>
</html>