zaphyra's git: domsonic

subsonic web-client

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="theme-color" content="#000" />
    <link rel="icon" href="/icon.svg">
    <link rel=manifest href="/manifest.webmanifest">
    <title></title>
  </head>
  <body>
    <div id="app"></div>
    <div id="dialogBoxes"></div>
  </body>
  <script type="module" src="src/main.ts"></script>
</html>