2020-04-06 13:01:32 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<meta
|
|
|
|
|
name="description"
|
|
|
|
|
content="Navidrome Music Server - {{.Version}}"
|
|
|
|
|
/>
|
|
|
|
|
<title>Navidrome</title>
|
2022-11-29 10:40:44 -09:00
|
|
|
<!-- The line below has to match the exact format of the equivalent line in ui/build/index.html -->
|
|
|
|
|
<script>window.__APP_CONFIG__={{ .AppConfig }};</script>
|
2020-04-06 13:01:32 -08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|