-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.html
More file actions
30 lines (27 loc) · 759 Bytes
/
notes.html
File metadata and controls
30 lines (27 loc) · 759 Bytes
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">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Course Websites</title>
</head>
<body>
<h2>Semester 6</h2>
<ul>
<li><a href="/idc621">IDC621 MCS</a></li>
<li><a href="/phy631">PHY631 QCQI</a></li>
</ul>
<h2>Semester 8</h2>
<ul>
<li><a href="/622">PHY622 MM3</a></li>
<li><a href="/idc410">IDC410 ML</a></li>
<li><a href="/idc402">IDC402 NLD</a></li>
<li><a href="/hss646">HSS646 Econ</a></li>
</ul>
<h2>Semester 9</h2>
<ul>
<li><a href="/mth435">MTH435 Random Processes</a></li>
</ul>
</body>
</html>