1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00
airsonic-ui/public/index.html

12 lines
272 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Airsonic UI</title>
</head>
<body>
<div id="app"> </div>
<script src="/app/js/main.js"></script>
<script>airsonic_ui.core.init()</script>
</body>
</html>