navidrome/tests/fixtures/index.html

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

17 lines
308 B
HTML
Raw Normal View History

2020-04-06 23:01:32 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta
name="description"
content="Navidrome Music Server - {{.Version}}"
/>
<title>Navidrome</title>
<script>
window.__APP_CONFIG__="{{.AppConfig}}"
</script>
</head>
<body>
</body>
</html>