-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 908 Bytes
/
index.html
File metadata and controls
37 lines (37 loc) · 908 Bytes
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
<!doctype html>
<html>
<head lang="en">
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<title></title>
<script src="config.js"></script>
<script src="dist/legacy-index.js" type="module"></script>
<link
rel="icon"
type="image/png"
href="node_modules/openmct/dist/favicons/favicon-96x96.png"
sizes="96x96"
type="image/x-icon"
/>
<link
rel="icon"
type="image/png"
href="node_modules/openmct/dist/favicons/favicon-32x32.png"
sizes="32x32"
type="image/x-icon"
/>
<link
rel="icon"
type="image/png"
href="node_modules/openmct/dist/favicons/favicon-16x16.png"
sizes="16x16"
type="image/x-icon"
/>
</head>
<body class="user-environ">
<div id="app"></div>
</body>
</html>