48 lines
1.4 KiB
HTML
48 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
- This file is part of Moonfire NVR, a security camera network video recorder.
|
|
- Copyright (C) 2021 The Moonfire NVR Authors; see AUTHORS and LICENSE.txt.
|
|
- SPDX-License-Identifier: GPL-v3.0-or-later WITH GPL-3.0-linking-exception
|
|
-->
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="favicons/apple-touch-icon-94a09b5d2ddb5af47.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="favicons/favicon-32x32-ab95901a9e0d040e2.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="favicons/favicon-16x16-b16b3f2883aacf9f1.png"
|
|
/>
|
|
<link rel="manifest" href="site.webmanifest" />
|
|
<link
|
|
rel="mask-icon"
|
|
href="favicons/safari-pinned-tab-9792c2c82f04639f8.svg"
|
|
color="#e04e1b"
|
|
/>
|
|
<meta name="theme-color" content="#e04e1b" />
|
|
<meta
|
|
name="viewport"
|
|
content="minimum-scale=1, initial-scale=1, width=device-width"
|
|
/>
|
|
<meta name="description" content="security camera network video recorder" />
|
|
<title>Moonfire NVR</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root" style="display: flex; flex-direction: column"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|