-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (29 loc) · 805 Bytes
/
index.html
File metadata and controls
36 lines (29 loc) · 805 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Svelte demo app" />
<link rel="icon" href=vger-icon-small.png />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="modulepreload" href="/_app/start-a7d77cee.js">
<link rel="modulepreload" href="/_app/chunks/vendor-c8203a54.js">
<link rel="stylesheet" href="/_app/assets/start-464e9d0a.css">
<script type="module">
import { start } from "/_app/start-a7d77cee.js";
start({
target: document.body,
paths: {"base":"","assets":""},
session: {},
host: location.host,
route: true,
spa: true,
trailing_slash: "never",
hydrate: null
});
</script>
</head>
<body>
<div id="svelte">
</div>
</body>
</html>