forked from anxious-engineer/RU-Open
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold.html
29 lines (21 loc) · 760 Bytes
/
old.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
<!DOCTYPE html>
<html>
<style>
body { width: 100%; text-align: center; }
</style>
<link rel="shortcut icon" type="image/png" href="img/door.png">
<title>RU Open?</title>
<body id="body" onload="onLoad()">
<div>
<a href = "http://parsonssoftware.me">My Homepage</a>
<br>
<a href = "https://github.com/Parsons-David/RU-Open">Source Code</a>
</div>
<div id="test"></div>
<h1>Room Status for Summer 2017 Semester</h1>
</body>
<script src="js/index.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript" src="js/timeline.js"></script>
</html>