-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (19 loc) · 766 Bytes
/
index.html
File metadata and controls
25 lines (19 loc) · 766 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
<!DOCTYPE html>
<html lang = "en" style="height:100%;width:100%" class="AppBackgroundColor">
<head>
<meta charset = "UTF-8">
<title>DockerUI</title>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/rc-collapse/assets/index.css">
</head>
<script type="text/javascript">
var reactiveDashboard;
</script>
<body style="height:100%;width:100%">
<div id = "app" style="height:100%"></div>
<script src = "index.js"></script>
<link href="./style.css" rel="stylesheet"/>
</body>
</html>