mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
14 lines
452 B
HTML
14 lines
452 B
HTML
<!doctype html>
|
|
<html class="has-navbar-fixed-top has-navbar-fixed-bottom">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Airsonic</title>
|
|
<link rel="stylesheet" href="./app/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="./app/js/main.js"></script>
|
|
<script>airsonic_ui.core.init()</script>
|
|
</body>
|
|
</html>
|