blob: 29ccb12f74e19d7b90d908bc87509f0acff567e5 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en" style="background-color: #2c001e">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>musick</title>
<link rel="icon" type="image/png" href="https://mounderfod.github.io/musick/favicon.png" />
<link rel="stylesheet" href="https://mounderfod.github.io/musick/global.css" />
<link rel="stylesheet" href="https://mounderfod.github.io/musick/build/bundle.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/svelte-material-ui@7.0.0-beta.8/themes/unity-dark.css"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<script defer src="https://mounderfod.github.io/musick/build/bundle.js"></script>
</head>
<body
style="width: 100%; height: 100%; padding: 0; background-color: #2c001e"
></body>
</html>
|