-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (67 loc) · 1.91 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="/app.css" />
<!-- SMUI Styles -->
<link
rel="stylesheet"
href="/smui.css"
media="(prefers-color-scheme: light)"
/>
<link
rel="stylesheet"
href="/smui-dark.css"
media="screen and (prefers-color-scheme: dark)"
/>
<!-- Material Icons, Roboto, and Roboto Mono fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Material+Icons&Roboto+Mono:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width" />
<link rel="modulepreload" href="/_app/immutable/entry/start.20354e14.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index.eda578c0.js">
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.8bbae8fd.js">
<link rel="modulepreload" href="/_app/immutable/chunks/paths.e6d98e88.js">
<link rel="modulepreload" href="/_app/immutable/entry/app.34cec7a7.js">
</head>
<body>
<div>
<script>
{
__sveltekit_1202ljn = {
base: "",
env: {}
};
const element = document.currentScript.parentElement;
Promise.all([
import("/_app/immutable/entry/start.20354e14.js"),
import("/_app/immutable/entry/app.34cec7a7.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>