navidrome/tests/fixtures/index.html

15 lines
401 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta
name="description"
content="Navidrome Music Server - {{.Version}}"
/>
<title>Navidrome</title>
<!-- The line below has to match the exact format of the equivalent line in ui/build/index.html -->
<script>window.__APP_CONFIG__={{ .AppConfig }};</script>
</head>
<body>
</body>
</html>