2023-08-01 06:26:01 -05:00
|
|
|
<!doctype html>
|
2021-01-09 09:26:46 -08:00
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
2022-03-05 22:16:31 -06:00
|
|
|
<meta charset="UTF-8" />
|
2025-11-23 09:42:48 -06:00
|
|
|
<link rel="icon" href="/images/branding/favicon.ico" />
|
2026-06-04 10:56:11 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
2021-01-09 09:26:46 -08:00
|
|
|
<title>Frigate</title>
|
2023-12-16 16:20:59 +00:00
|
|
|
<link
|
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
|
sizes="180x180"
|
2025-11-23 09:42:48 -06:00
|
|
|
href="/images/branding/apple-touch-icon.png"
|
2023-12-16 16:20:59 +00:00
|
|
|
/>
|
|
|
|
|
<link
|
|
|
|
|
rel="icon"
|
|
|
|
|
type="image/png"
|
|
|
|
|
sizes="32x32"
|
2025-11-23 09:42:48 -06:00
|
|
|
href="/images/branding/favicon-32x32.png"
|
2023-12-16 16:20:59 +00:00
|
|
|
/>
|
|
|
|
|
<link
|
|
|
|
|
rel="icon"
|
|
|
|
|
type="image/png"
|
|
|
|
|
sizes="16x16"
|
2025-11-23 09:42:48 -06:00
|
|
|
href="/images/branding/favicon-16x16.png"
|
2023-12-16 16:20:59 +00:00
|
|
|
/>
|
2025-11-23 09:42:48 -06:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/images/branding/favicon.svg" />
|
2024-03-14 08:36:56 -04:00
|
|
|
<link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials" />
|
2025-11-23 09:42:48 -06:00
|
|
|
<link rel="mask-icon" href="/images/branding/favicon.svg" color="#3b82f7" />
|
2024-03-12 19:58:29 -06:00
|
|
|
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
|
|
|
|
|
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
|
2021-01-09 09:26:46 -08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2023-12-16 16:20:59 +00:00
|
|
|
<div id="root"></div>
|
2024-03-12 19:58:29 -06:00
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
2022-03-05 22:16:31 -06:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
2021-01-09 09:26:46 -08:00
|
|
|
</body>
|
|
|
|
|
</html>
|