You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
924 B
30 lines
924 B
4 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Bazarr</title>
|
||
|
<base href="{{baseUrl}}" />
|
||
|
<meta charset="utf-8" />
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/x-icon"
|
||
|
href="%PUBLIC_URL%/static/favicon.ico"
|
||
|
/>
|
||
|
<meta
|
||
|
name="viewport"
|
||
|
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"
|
||
|
/>
|
||
|
<meta
|
||
|
name="description"
|
||
|
content="Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you."
|
||
|
/>
|
||
|
<link rel="manifest" href="%PUBLIC_URL%/static/manifest.json" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
|
<div id="root"></div>
|
||
|
<script>
|
||
|
window.Bazarr = {{BAZARR_SERVER_INJECT | tojson | safe}};
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|