[web] Rebuild web interface

This commit is contained in:
github-actions[bot] 2023-11-21 16:05:30 +00:00
parent 2f0e19cf41
commit 63fe5688ea
3 changed files with 28 additions and 35 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -17,10 +17,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OwnTone</title>
<script type="module" crossorigin src="./assets/index.js"></script>
<link rel="stylesheet" href="./assets/index.css">
<link rel="stylesheet" crossorigin href="./assets/index.css">
</head>
<body>
<div id="app"></div>
</body>
</html>