-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
33 lines (27 loc) · 944 Bytes
/
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
<!DOCTYPE html>
<html lang="en" id="main" class="transition-colors duration-500">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-security-policy" content="">
<link rel="modulepreload" href="/_app/immutable/start-5d31c4ed.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index-43c63caf.js">
</head>
<body>
<script type="module" data-sveltekit-hydrate="45h">
import { start } from "/_app/immutable/start-5d31c4ed.js";
start({
target: document.querySelector('[data-sveltekit-hydrate="45h"]').parentNode,
paths: {"base":"","assets":""},
session: {},
route: true,
spa: true,
trailing_slash: "never",
hydrate: null
});
</script>
</body>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<noscript>please enable javascript to browser this page</noscript>
</html>