-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·20 lines (20 loc) · 908 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Dal Online</title>
<link rel="stylesheet" href="stylesheet/stylesheet.css">
<link rel="stylesheet" media="screen and (max-device-width: 480px)" href="stylesheet/480.css" />
<link rel="stylesheet" media="screen and (max-device-width: 320px)" href="stylesheet/320.css" />
<script src="js/boot.js"></script>
<script src="js/ajax.js"></script>
<script src="js/dalonline.js"></script>
<script src="js/#Screen.js"></script>
<script src="js/pages/schedule.js"></script>
<script src="js/pages/grades.js"></script>
<script src="js/pages/courses.js"></script>
<script src="js/utilities.js"></script>
<!--<script src="http://192.168.2.151:8080/target/target-script-min.js#anonymous"></script>-->
</head>
<body onload='boot()'>
<!--<div style="position: absolute; top: 0px; right: 0px; z-index: 999999999; background: red; color: white">5</div>-->
</body>
</html>