-
-
Notifications
You must be signed in to change notification settings - Fork 202
/
index.html
45 lines (40 loc) · 1.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!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>