mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
12 lines
272 B
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>
|