mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
37 lines
1.8 KiB
Plaintext
37 lines
1.8 KiB
Plaintext
<link rel="stylesheet" type="text/css" href="{{ .pages.Base }}/css/{{ .cssVersion }}bundle.css">
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="Description" content="jfa-go, a better way to manage Jellyfin users.">
|
|
<meta name="color-scheme" content="dark light">
|
|
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">
|
|
<meta name="theme-color" content="#101010" media="(prefers-color-scheme: dark)">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<meta name="robots" content="noindex">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ .pages.Base }}/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ .pages.Base }}/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ .pages.Base }}/favicon-16x16.png">
|
|
<link rel="manifest" href="{{ .pages.Base }}/site.webmanifest">
|
|
<link rel="mask-icon" href="{{ .pages.Base }}/safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="msapplication-TileColor" content="#603cba">
|
|
<script>
|
|
window.pages = {
|
|
"Base": "{{ .pages.Base }}",
|
|
"TrueBase": "{{ .pages.TrueBase }}",
|
|
"ExternalURI": "{{ .pages.ExternalURI }}",
|
|
"Current": "{{ .pages.Current }}",
|
|
"Admin": "{{ .pages.Admin }}",
|
|
"MyAccount": "{{ .pages.MyAccount }}",
|
|
"Form": "{{ .pages.Form }}"
|
|
};
|
|
window.emailEnabled = {{ .emailEnabled }};
|
|
window.discordEnabled = {{ .discordEnabled }};
|
|
window.telegramEnabled = {{ .telegramEnabled }};
|
|
window.matrixEnabled = {{ .matrixEnabled }};
|
|
window.notificationsEnabled = {{ .notifications }};
|
|
window.ombiEnabled = {{ .ombiEnabled }};
|
|
window.jellyseerrEnabled = {{ .jellyseerrEnabled }};
|
|
window.referralsEnabled = {{ .referralsEnabled }};
|
|
window.pwrEnabled = {{ .pwrEnabled }};
|
|
</script>
|