-
Notifications
You must be signed in to change notification settings - Fork 3
/
toc.html
30 lines (30 loc) · 1.07 KB
/
toc.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
<!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=600" /> <!-- 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" />
<style type="text/css">
div#unit-signature-links a { color: white }
.keyword {font-weight: bold}
@media screen {
.booktitle { font-weight: bold; font-size: 250% }
hr.endChapter { display: block; }
}
@media print {
.booktitle { font-weight: bold; font-size: 200%; font-family: Palatino, "Palatino Linotype"; }
}
div.toc {
background-color: #ddd;
border: 1px solid black;
padding: 0.5em 2em;
}
</style>
<script>
window.location = "index.html"
</script>
</html>