-
Notifications
You must be signed in to change notification settings - Fork 0
/
LessonSelect.html
27 lines (26 loc) · 958 Bytes
/
LessonSelect.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link rel="stylesheet" href="http://dl.dropboxusercontent.com/u/67252270/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="DT_bootstrap.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://dl.dropboxusercontent.com/u/67252270/bootstrap/js/bootstrap.min.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js"></script>
<script src="lessonSelect.js"></script>
<script src ="JS/DT_bootstrap.js"></script>
<style>
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
</head>
<body>
<div class="container">
<table id="results" class="table-hover table"></table>
<hr />
<footer>Copyright 2013.</footer>
</div>
</body>
</html>