-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (30 loc) · 2.29 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
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv = 'Content-Type'
content = 'text/html; charset = utf-8'>
<title>Charting Application Tester (CAT) </title>
<!--script type = 'text/javascript' src = 'https://d3js.org/d3.v3.min.js'></script-->
<script type='text/javascript' src='./src/d3.v3.min.js'></script>
<script type = 'text/javascript' src = 'https://cdn.rawgit.com/SheetJS/js-xlsx/master/dist/xlsx.full.min.js'></script>
<script type = 'text/javascript' src = 'https://cdn.jsdelivr.net/gh/protobi/[email protected]/dist/xlsx.full.min.js'></script>
<script type = 'text/javascript' src = 'https://cdn.rawgit.com/RhoInc/webcharts/master/build/webcharts.js'></script>
<script type = 'text/javascript' src = 'server/pages/deps/jquery.min.js'></script>
<script type = 'text/javascript' src = 'server/pages/deps/underscore.js'></script>
<script type = 'text/javascript' src = 'server/pages/deps/opt/jsv.js'></script>
<script type = 'text/javascript' src = 'server/pages/deps/json-forms/js/brutusin-json-forms.min.js'></script>
<script type = 'text/javascript' src = 'server/pages/deps/json-forms/js/brutusin-json-forms-bootstrap.min.js'></script>
<script type = 'text/javascript' src = 'server/pages/deps/json5.js'></script>
<script type = 'text/javascript' src = 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'></script>
<script type = 'text/javascript' src = '//cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js'></script>
<script type = 'text/javascript' src = './build/cat.js'></script>
<script type = 'text/javascript' src = 'https://cdn.jsdelivr.net/gh/RhoInc/data-library@latest/dataFiles.js'></script>
<link type = 'text/css' rel = 'stylesheet' href = './css/cat.css'>
<link type = 'text/css' rel = 'stylesheet' href = 'https://cdn.rawgit.com/RhoInc/webcharts/master/css/webcharts.css'>
<link type = 'text/css' rel = 'stylesheet' href = 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css' disabled>
<link type = 'text/css' rel = 'stylesheet' href = '//cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css' disabled>
</head>
<body></body>
<script src = 'index.js'></script>
</html>