Skip to content

Commit

Permalink
add ./cs161/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhoumo committed Jan 28, 2024
1 parent 2e2f039 commit 4ba039b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cs161/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>

<head>
<title>Archives</title>
</head>

<body>
<p>CS161 Course Archives</p>
<dir>
<li><a href="./sp21/">Spring 2021</a></li>
<li><a href="./fa20/">Fall 2020</a></li>
</dir>
</body>

</html>

0 comments on commit 4ba039b

Please sign in to comment.