forked from andrewcmyers/oodds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lecture.html
61 lines (49 loc) · 1.54 KB
/
lecture.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Object-Oriented Design and Data Structures</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Cache-Control" content="public, max-age=3600" /> <!-- cache for only 1 hour -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="styles/default.css" />
<script src="js/lectures.js"></script>
<script src="js/ajax.js"></script>
<script src="js/ezdom.js"></script>
<script src="js/colorize.js"></script>
<script src="js/italmath.js"></script>
<script src="js/constrain/numeric-1.2.6.js"></script>
<script src="js/constrain/constrain.js"></script>
<script src="js/constrain/constrain-graph.js"></script>
<script src="js/constrain-notes.js"></script>
<script id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>
document.addEventListener('load', Constrain.autoResize)
</script>
</head>
<body>
<div id="header">
<div id="identity">
<center>
<h1 class=booktitle>Object-Oriented Design and Data Structures<br>
</div>
</center>
</div>
<hr />
<div id="wrap">
<div id="content" lang="en">
This space unintentionally left blank...loading<br/>
<hr />
<!-- content -->
<!-- end content -->
</div>
</div>
<br />
<br />
<hr />
<div id="footer">
</div>
<script>load_lecture()</script>
</body>
</html>