-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (53 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Webmscore</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<meta name="description" content="Frontend for the webmscore tool." />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#005ac3" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#abc7ff" />
<link rel="icon" href="./favicon.png" />
<link rel="apple-touch-icon" href="./librescore192-apple.png" />
<link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest" />
<!-- Fonts and CSS -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Noto+Sans+Arabic+UI:wght@300;400;500&family=Noto+Sans+Armenian:wght@300;400;500&family=Noto+Sans+Devanagari+UI:wght@300;400;500&family=Noto+Sans+Georgian:wght@300;400;500&family=Noto+Sans+Hebrew:wght@300;400;500&family=Noto+Sans+Thai+UI:wght@300;400;500&family=Noto+Sans:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500&family=Noto+Sans+KR:wght@300;400;500&family=Noto+Sans+SC:wght@300;400;500&family=Noto+Sans+TC:wght@300;400;500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined"
rel="stylesheet"
/>
<!-- 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)" />
<meta http-equiv="content-security-policy" content="">
<link rel="modulepreload" href="/_app/immutable/start-32744ce0.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index-06b9bfde.js">
<link rel="modulepreload" href="/_app/immutable/chunks/singletons-886c71d9.js">
<link rel="modulepreload" href="/_app/immutable/chunks/i18n-7acc434f.js">
<script>
if ('serviceWorker' in navigator) {
addEventListener('load', function () {
navigator.serviceWorker.register('/service-worker.js');
});
}
</script>
</head>
<body>
<div id="svelte">
<script type="module" data-sveltekit-hydrate="45h">
import { start } from "/_app/immutable/start-32744ce0.js";
start({
env: {},
paths: {"assets":"","base":""},
target: document.querySelector('[data-sveltekit-hydrate="45h"]').parentNode,
version: "1719710261059"
});
</script></div>
</body>
</html>