-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
82 lines (76 loc) · 3.61 KB
/
404.html
File metadata and controls
82 lines (76 loc) · 3.61 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charSet="utf-8" data-next-head="" />
<meta name="viewport" content="width=device-width" data-next-head="" />
<title data-next-head="">404: This page could not be found</title>
<link rel="preload" href="/_next/static/css/3190df1d51137242.css" as="style" />
<link rel="stylesheet" href="/_next/static/css/3190df1d51137242.css" data-n-g="" /><noscript
data-n-css=""></noscript>
<script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script>
<script src="/_next/static/chunks/webpack-8cac0b4b405cede1.js" defer=""></script>
<script src="/_next/static/chunks/framework-2f335d22a7318891.js" defer=""></script>
<script src="/_next/static/chunks/main-181cd3397a979abf.js" defer=""></script>
<script src="/_next/static/chunks/pages/_app-b2b7b659f43b34e5.js" defer=""></script>
<script src="/_next/static/chunks/pages/_error-41608b100cc61246.js" defer=""></script>
<script src="/_next/static/haW_zab2AAxbHZWyD2JUD/_buildManifest.js" defer=""></script>
<script src="/_next/static/haW_zab2AAxbHZWyD2JUD/_ssgManifest.js" defer=""></script>
</head>
<body>
<div id="__next">
<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="line-height:48px">
<style>
body {
color: #000;
background: #fff;
margin: 0
}
.next-error-h1 {
border-right: 1px solid rgba(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, .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">
404</h1>
<div style="display:inline-block">
<h2 style="font-size:14px;font-weight:400;line-height:28px">This page could not be found
<!-- -->.</h2>
</div>
</div>
</div>
<div class="bg-gray-100 text-center p-4 mt-8 text-sm">© 2025 MindCraft Learning •<a
href="mailto:mindcraftlearning97@gmail.com" class="text-blue-600 ml-1">Email</a> •<a
href="https://github.com/mindcraftlearning" class="text-blue-600 ml-1" target="_blank"
rel="noopener noreferrer">GitHub</a> •<a
href="https://play.google.com/store/apps/dev?id=9125804892178700830" class="text-blue-600 ml-1"
target="_blank" rel="noopener noreferrer">Play Store</a></div>
</div>
<script id="__NEXT_DATA__" type="application/json">
{
"props": {
"pageProps": {
"statusCode": 404
}
},
"page": "/_error",
"query": {},
"buildId": "haW_zab2AAxbHZWyD2JUD",
"nextExport": true,
"isFallback": false,
"gip": true,
"scriptLoader": []
}
</script>
</body>
</html>