-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (21 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="Cache-Control" content="no-cache">
<mate http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Jobs Duration over Time</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
<script src="js/data.js" type="text/javascript"></script>
</head>
<body>
<script src="js/highcharts.js" type="text/javascript"></script>
<script src="js/highstock.js" type="text/javascript"></script>
<script src="js/exporting.js" type="text/javascript"></script>
<script src="js/moment.min.js" type="text/javascript"></script>
<script src="js/numeral-min.js" type="text/javascript"></script>
<script src="js/fr-min.js" type="text/javascript"></script>
<div id="stockContainer" style="width: 100%; height: 700px; margin:0 auto"></div>
</body>
</html>