mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
15 lines
401 B
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>
|