quintodrome/tests/fixtures/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
401 B
HTML
Raw Normal View History

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>
<!-- 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>