1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00
This commit is contained in:
Arne Schlüter 2018-05-06 02:01:11 +02:00
commit 39bd7c466e
4 changed files with 1472 additions and 2 deletions

View file

@ -3,11 +3,11 @@
<head>
<meta charset="utf-8" />
<title>Airsonic UI</title>
<link rel="stylesheet" href="/app/style.css"/>
<link rel="stylesheet" href="./app/style.css"/>
</head>
<body>
<div id="app"> </div>
<script src="/app/js/main.js"></script>
<script src="./app/js/main.js"></script>
<script>airsonic_ui.core.init()</script>
</body>
</html>