-
Notifications
You must be signed in to change notification settings - Fork 1
/
content.html
64 lines (62 loc) · 1.61 KB
/
content.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
62
63
64
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Index</title>
</head>
<body text="#000000" bgcolor="#eeeeee" link="blue" vlink="blue" alink="blue"
topmargin="0" leftmargin="0">
<font face="verdana">
<h2>
CS262a<br>
Fall '20<br>
</h2>
<center><br></center>
<center>
<table cellspacing="3" cellpadding="0" width="100%">
<tbody>
<tr>
<td align="left">
<a href="overview.html" target="Contents">Overview</a><br>
</td>
</tr>
<tr>
<td valign="top">
<a href="people_places_times.html" target="Contents">
People, Places, and Times</a><br>
</td>
</tr>
<tr>
<td align="left">
<a href="class.html" target="Contents">
Lecture Schedule, Reading</a><br>
</td>
</tr>
<!-- <tr> -->
<!-- <td align="left"> -->
<!-- <a href="http://www.cs.berkeley.edu/~murali/cs194-sp05/project/index.html" target="Contents"> -->
<!-- Projects</a><br> -->
<!-- </td> -->
<!-- </tr> -->
<tr>
<td valign="top">
<a href="grading%20policy.html" target="Contents">
Grading Policy</a><br>
</td>
</tr>
<tr>
<td align="left">
<a href="announcements.html" target="Contents">Announcements</a>
<br>
</td>
</tr>
<!-- <tr> -->
<!-- <td valign="top"> -->
<!-- <a href="blogs.html" target="Contents">Student blogs</a><br> -->
<!-- </td> -->
<!-- </tr> -->
</tbody>
</table>
</center>
</font>
</body>
</html>