46 lines
1.4 KiB
HTML
46 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"
|
|
/>
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="application-name" content="Z-Wave JS UI" />
|
|
<meta name="apple-mobile-web-app-title" content="Z-Wave JS UI" />
|
|
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="apple-touch-icon-180x180.png"
|
|
/>
|
|
<link rel="icon" href="favicon.ico" sizes="any">
|
|
<!-- <link rel="icon" href="favicon.svg" type="image/svg+xml"> -->
|
|
<link rel="manifest" href="manifest.webmanifest">
|
|
|
|
<link rel="shortcut icon" href="favicon.ico" />
|
|
|
|
<meta name="msapplication-TileColor" content="#da532c" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
<title>Z-Wave JS UI</title>
|
|
<meta name="description" content="Z-Wave JS UI">
|
|
|
|
</head>
|
|
|
|
<body class="hidden-scrollbars">
|
|
<noscript>
|
|
<strong
|
|
>We're sorry but Z-Wave JS UI doesn't work properly without
|
|
JavaScript enabled. Please enable it to continue.</strong
|
|
>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main"></script>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|