forked from GRIDAPPSD/gridappsd-viz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 902 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>GridAPPS-D</title>
</head>
<body>
<div id="example"></div>
<!-- Dependencies -->
<!-- How to specify these dependencies w/ require instead? -->
<script src="./node_modules/react/dist/react.js"></script>
<script src="./node_modules/react-dom/dist/react-dom.js"></script>
<script src="./node_modules/jquery/dist/jquery.min.js"></script>
<script src="./node_modules/underscore/underscore-min.js"></script>
<script src="./node_modules/backbone/backbone-min.js"></script>
<script src="./src/js/libs/stomp.js"></script>
<!-- Main -->
<script src="./dist/bundle.js"></script>
<!-- Global stylesheets -->
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.css" />
</body>
</html>