-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsyllabus.html
49 lines (36 loc) · 1.36 KB
/
syllabus.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="./styles.css" type="text/css">
<title>CSC309 Programming on the Web, Winter 2017</title>
</head>
<BODY BGCOLOR="ffffff">
<div class="title"><h1>CSC309 Programming on the Web. Amir H. Chinaei</h1></div>
<div class="navigation">
<ul><li><a href="./index.html">home</a></li>
<li><a href="./syllabus.html">information sheet</a></li>
<li><a href="./staff.html">course staff</a></li>
<li><a href="./re-mark.html">re-mark form</a></li>
<li><a href="./specialConsideration.html">special consideration</a></li>
<li><a href="https://bb-2017-01.teach.cs.toronto.edu/c/csc309" target="_blank">discussion board</a></li>
<li><a href="http://www.cdf.toronto.edu/resources/cdf_student_secure_website.html" target="_blank">grades</a></li>
<li><a href="./peerInstruction.html">peer instruction</a></li>
</ul>
</div>
<div class="content">
<dl>
<table width="80%">
<tr>
<td>
<div><object data="InfoSheet.pdf" type="application/pdf" width="100%" height="1000"></object></div>
<!--Added because the above can't be viewed on mobile-->
<a href="./InfoSheet.pdf" download>Download</a>
</td>
</tr>
</table>
</dl>
</div>
<hr>
</BODY>
</html>