2021-01-09 11:26:46 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2022-03-05 22:16:31 -06: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 11:26:46 -06:00
|
|
|
<title>Frigate</title>
|
2022-03-05 22:16:31 -06: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" />
|
2021-01-16 12:12:39 -06:00
|
|
|
<link rel="manifest" href="/site.webmanifest" />
|
2022-03-05 22:16:31 -06:00
|
|
|
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#3b82f7" />
|
2021-01-16 12:12:39 -06:00
|
|
|
<meta name="msapplication-TileColor" content="#3b82f7" />
|
2021-09-23 13:16:43 -05: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 11:26:46 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-03-05 22:16:31 -06:00
|
|
|
<div id="app" class="z-0"></div>
|
2021-05-12 10:19:02 -05:00
|
|
|
<div id="dialogs" class="z-0"></div>
|
2021-02-05 17:46:17 -06:00
|
|
|
<div id="menus" class="z-0"></div>
|
2021-02-17 22:53:57 -06:00
|
|
|
<div id="tooltips" class="z-0"></div>
|
2021-01-09 11:26:46 -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 11:26:46 -06:00
|
|
|
</body>
|
|
|
|
</html>
|