-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (41 loc) · 1.32 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="modulepreload" href="./_app/immutable/entry/start.092794fc.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.6dba6488.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.a345e52b.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.68eea9e4.js">
<link rel="modulepreload" href="./_app/immutable/nodes/0.6e67e459.js">
<link rel="modulepreload" href="./_app/immutable/nodes/2.5ee4accc.js">
</head>
<body>
<div>
<h1>Docs</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<script>
{
__sveltekit_11wbueo = {
base: new URL(".", location).pathname.slice(0, -1),
env: {}
};
const element = document.currentScript.parentElement;
const data = [null,null];
Promise.all([
import("./_app/immutable/entry/start.092794fc.js"),
import("./_app/immutable/entry/app.68eea9e4.js")
]).then(([kit, app]) => {
kit.start(app, element, {
node_ids: [0, 2],
data,
form: null,
error: null
});
});
}
</script>
</div>
</body>
</html>