-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclass2.html
22 lines (20 loc) · 920 Bytes
/
class2.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 2</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 2</h1>
<li><a href = "C2 Lesson Notes.html">Class 2 Lesson Notes</a></li>
<li><a href = "C2Problem1.html">Class 2 Problem 1</a></li>
<li><a href = "C2Problem2.html">Class 2 Problem 2</a></li>
<li><a href = "C2Problem3Version1.html">Class 2 Problem 3 (Version 1)</a></li>
<li><a href = "C2Problem3Version2.html">Class 2 Problem 3 (Version 2)</a></li>
</body>
</html>