-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
27 lines (27 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en" class="wf-roboto-n5-active wf-roboto-n4-active wf-roboto-n7-active wf-roboto-n1-active wf-roboto-n3-active wf-active">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="alternate icon" href="favicon.ico" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="favicon.svg" color="#FFFFFF">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#121212">
<link rel="icon" href="favicon.ico" />
<title>Music Assistant</title>
<meta name="description" content="Music Assistant - Music library manager for Home Assistant">
</head>
<body>
<noscript>
<strong
>We're sorry but musicassistant-frontend doesn't work properly without
JavaScript enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>