2024-05-18 19:36:13 +03:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2025-11-23 18:42:48 +03:00
|
|
|
<link rel="icon" href="/images/branding/favicon.ico" />
|
2024-05-18 19:36:13 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Frigate</title>
|
|
|
|
|
<link
|
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
|
sizes="180x180"
|
2025-11-23 18:42:48 +03:00
|
|
|
href="/images/branding/apple-touch-icon.png"
|
2024-05-18 19:36:13 +03:00
|
|
|
/>
|
|
|
|
|
<link
|
|
|
|
|
rel="icon"
|
|
|
|
|
type="image/png"
|
|
|
|
|
sizes="32x32"
|
2025-11-23 18:42:48 +03:00
|
|
|
href="/images/branding/favicon-32x32.png"
|
2024-05-18 19:36:13 +03:00
|
|
|
/>
|
|
|
|
|
<link
|
|
|
|
|
rel="icon"
|
|
|
|
|
type="image/png"
|
|
|
|
|
sizes="16x16"
|
2025-11-23 18:42:48 +03:00
|
|
|
href="/images/branding/favicon-16x16.png"
|
2024-05-18 19:36:13 +03:00
|
|
|
/>
|
2025-11-23 18:42:48 +03:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/images/branding/favicon.svg" />
|
2024-05-18 19:36:13 +03:00
|
|
|
<link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials" />
|
2025-11-23 18:42:48 +03:00
|
|
|
<link rel="mask-icon" href="/images/branding/favicon.svg" color="#3b82f7" />
|
2024-05-18 19:36:13 +03:00
|
|
|
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
|
|
|
|
|
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
|
<script type="module" src="/src/login.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|