-
Notifications
You must be signed in to change notification settings - Fork 0
/
200.html
32 lines (27 loc) · 831 Bytes
/
200.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
<!DOCTYPE html>
<html data-theme="business" lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="content-security-policy" content="">
<link rel="modulepreload" href="/_app/immutable/start-1e9e4e59.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index-59a90ff4.js">
</head>
<body>
<div>
<script type="module" data-sveltekit-hydrate="45h">
import { set_public_env, start } from "/_app/immutable/start-1e9e4e59.js";
set_public_env({});
start({
target: document.querySelector('[data-sveltekit-hydrate="45h"]').parentNode,
paths: {"base":"","assets":""},
session: {},
route: true,
spa: true,
trailing_slash: "never",
hydrate: null
});
</script></div>
</body>
</html>