19 lines
441 B
HTML
19 lines
441 B
HTML
<html>
|
|
<head>
|
|
<title>Display Bus List</title>
|
|
<body>
|
|
<center><h1>Bus Routine</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>
|
|
<center>
|
|
<table id="busTable" border="1">
|
|
</table>
|
|
</center>
|
|
<script type="text/javascript" src="livenet.js"></script>
|
|
</body>
|
|
</head>
|
|
</html>
|