-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.1 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
<!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.D92doHNO.js">
<link rel="modulepreload" href="./_app/immutable/chunks/entry.CDVAqStx.js">
<link rel="modulepreload" href="./_app/immutable/chunks/scheduler.Cm_C_nGF.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.QPcJhd8r.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.De5vRBfx.js">
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
__sveltekit_j2wtis = {
base: new URL(".", location).pathname.slice(0, -1),
assets: "/infinite-minesweeper"
};
const element = document.currentScript.parentElement;
Promise.all([
import("./_app/immutable/entry/start.D92doHNO.js"),
import("./_app/immutable/entry/app.QPcJhd8r.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>