22 lines
616 B
HTML
22 lines
616 B
HTML
<html>
|
|
<head>
|
|
<title>Display Bus List</title>
|
|
<body>
|
|
<center><h1><font color="#862d2d" size="12" face="Comic Sans MS">Bus Routine</font></h1></center>
|
|
<div id="Loading" style="margin:0px;padding:0px;position:fixed;right:0px;top:0px;width:100%;height:100%;z-index:30001;">
|
|
<p style="position: fixed;top: 30%;left: 40%;">
|
|
<img src="Loading.gif">
|
|
</p>
|
|
</div>
|
|
<div id="table-container">
|
|
<center>
|
|
<table id="busTable" border="5" bordercolor="blue">
|
|
</table>
|
|
</center>
|
|
</div>
|
|
<!--<script src="https://d3js.org/d3.v5.js"></script> -->
|
|
<script type="text/javascript" src="testnet.js"></script>
|
|
</body>
|
|
</head>
|
|
</html>
|