-
Notifications
You must be signed in to change notification settings - Fork 44
/
index.html
executable file
·24 lines (24 loc) · 1003 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="static/css/jquery.dataTables.min.css">
<link rel="stylesheet" href="static/css/bootstrap.min.css">
<link rel="stylesheet" href="static/css/dataTables.bootstrap4.min.css">
<link rel="stylesheet" href="static/css/custom.css">
<title>Rithik BunnyLOL</title>
</head>
<body>
<div class="mainTableDiv">
<table id="help-table" class="table table-striped table-bordered"></table>
<table id="classes-table" class="table table-striped table-bordered"></table>
<div id="stocks"></div>
</div>
<script src="static/js/plotly-latest.min.js"></script>
<script src="static/js/jquery-3.5.1.min.js"></script>
<script src="static/js/jquery.dataTables.min.js"> </script>
<script src="static/js/dataTables.bootstrap4.min.js"></script>
<script src="main.js"></script>
</body>
</html>