This repository was archived by the owner on Mar 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
39 lines (39 loc) · 1.52 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
<!DOCTYPE html>
<html>
<head>
<title>hawtio-helpers</title>
<base href='/'></base>
<!-- jquery -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<!-- bootstrap -->
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- patternfly -->
<script src="node_modules/patternfly/dist/js/patternfly.min.js"></script>
<!-- angular -->
<script src="node_modules/angular/angular.js"></script>
<!-- angular-route -->
<script src="node_modules/angular-route/angular-route.min.js"></script>
<!-- angular-sanitize -->
<script src="node_modules/angular-sanitize/angular-sanitize.js"></script>
<!-- lodash -->
<script src="node_modules/lodash/lodash.min.js"></script>
<!-- urijs -->
<script src="node_modules/urijs/src/URI.min.js"></script>
<!-- js-logger -->
<script src="node_modules/js-logger/src/logger.min.js"></script>
<!-- marked -->
<script src="node_modules/marked/lib/marked.js"></script>
<!-- @hawtio/core -->
<script src="node_modules/@hawtio/core/dist/hawtio-core.js"></script>
<!-- angular-file-upload -->
<script src="node_modules/angular-file-upload/dist/angular-file-upload.min.js"></script>
<!-- human-date -->
<script src="node_modules/human-date/humandate.js"></script>
<!-- humanize-duration -->
<script src="node_modules/humanize-duration/humanize-duration.js"></script>
<!-- @hawtio/utilities -->
<script src="dist/hawtio-utilities.js"></script>
</head>
<body>
</body>
</html>