2021-01-09 18:26:46 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2022-03-06 05:16:31 +01:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" href="/images/favicon.ico" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2021-01-09 18:26:46 +01:00
|
|
|
<title>Frigate</title>
|
2022-03-06 05:16:31 +01:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" />
|
2023-05-05 01:04:24 +02:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
|
2021-01-16 19:12:39 +01:00
|
|
|
<link rel="manifest" href="/site.webmanifest" />
|
2023-05-05 01:04:24 +02:00
|
|
|
<link rel="mask-icon" href="/images/favicon.svg" color="#3b82f7" />
|
2021-01-16 19:12:39 +01:00
|
|
|
<meta name="msapplication-TileColor" content="#3b82f7" />
|
2021-09-23 20:16:43 +02:00
|
|
|
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
|
|
|
|
<meta name="theme-color" content="#111827" media="(prefers-color-scheme: dark)" />
|
2021-01-09 18:26:46 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-03-06 05:16:31 +01:00
|
|
|
<div id="app" class="z-0"></div>
|
2021-05-12 17:19:02 +02:00
|
|
|
<div id="dialogs" class="z-0"></div>
|
2021-02-06 00:46:17 +01:00
|
|
|
<div id="menus" class="z-0"></div>
|
2021-02-18 05:53:57 +01:00
|
|
|
<div id="tooltips" class="z-0"></div>
|
2021-01-09 18:26:46 +01:00
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
2022-03-06 05:16:31 +01:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
2021-01-09 18:26:46 +01:00
|
|
|
</body>
|
|
|
|
</html>
|