-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (33 loc) · 1.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
<!doctype html>
<html lang="en" class="h-full">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="modulepreload" href="/_app/immutable/entry/start.BrhKDl8j.js">
<link rel="modulepreload" href="/_app/immutable/chunks/entry.C-hXCrS3.js">
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.BhZJpoxS.js">
<link rel="modulepreload" href="/_app/immutable/chunks/paths.Bq7wWcKU.js">
<link rel="modulepreload" href="/_app/immutable/entry/app.Cn-BpgX7.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index.pnCnUDMq.js">
</head>
<body data-sveltekit-preload-data="hover" data-sveltekit-preload-code="eager" class="h-full bg-neutral-900 text-neutral-50">
<div class="h-full flex flex-col">
<script>
{
__sveltekit_kn9z00 = {
base: ""
};
const element = document.currentScript.parentElement;
Promise.all([
import("/_app/immutable/entry/start.BrhKDl8j.js"),
import("/_app/immutable/entry/app.Cn-BpgX7.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>