-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (40 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-security-policy" content="">
<link rel="modulepreload" href="./_app/immutable/start-ab5897c8.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-e98e3991.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-d2459153.js">
<link rel="modulepreload" href="./_app/immutable/chunks/paths-69ad0af0.js">
<link rel="modulepreload" href="./_app/immutable/components/layout.svelte-e24b3401.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/_layout.js-fa3c4266.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-9a8b0c19.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_page.svelte-11535f21.js">
</head>
<body>
<div>
<h1>sveltekit-gh-pages</h1>
<p>Deployed to GitHub Pages</p>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation
</p>
<a href="/about">About</a>
<script type="module" data-sveltekit-hydrate="3w4yzh">
import { start } from "./_app/immutable/start-ab5897c8.js";
start({
assets: "",
env: {},
target: document.querySelector('[data-sveltekit-hydrate="3w4yzh"]').parentNode,
version: "1678000167231",
hydrate: {
node_ids: [0, 2],
data: [null,null],
form: null,
error: null
}
});
</script>
</div>
</body>
</html>