-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclass9.html
22 lines (20 loc) · 904 Bytes
/
class9.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Columbia University (Python) - Class 9</title>
<!-- OWN CSS FILES-->
<link rel="stylesheet" href="style.css" type="text/css" />
<!-- END OWN CSS FILES-->
</head>
<body>
<a href = "index.html"><img class = "logo" src = "Screen_Shot_2024-02-18_at_4.20.38_PM-removebg-preview.png"></a>
<h1>Columbia University (Python) - Class 9</h1>
<li><a href = "C9GroupWorkVersion1.html">Class 9 Group Work (Version 1)</a></li>
<li><a href = "C9GroupWorkVersion2.html">Class 9 Group Work (Version 2)</a></li>
<li><a href = "C9HomeworkReview.html">Class 9 Homework Review</a></li>
<li><a href = "C9LectureNotes.html">Class 9 Lecture Notes</a></li>
<li><a href = "C9Notes.html">Class 9 Notes</a></li>
</body>
</html>