-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.05 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
<html>
<head>
<!-- imports the Bootstrap css files -->
<link rel="stylesheet" type="text/css" href="libs/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<h4 class="text-center"></h4>
<!-- Displays a list of worksheets -->
<div id="worksheets" class="p-2">
</div>
<div id="categories" class="p-2">
</div>
<div id="menuNav">
<ul><li>Report Categories</li></ul>
<div id="menuTree"></div>
</div>
</body>
<!-- imports the Javascript files -->
<script type="text/javascript" src="libs/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="libs/bootstrap/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/tableau.extensions.1.latest.min.js"></script>
<script type="text/javascript" src="js/application.js"></script>
<script type="text/javascript" src="js/d3.min.js"></script>
</html>