Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamme122 authored Apr 30, 2024
1 parent a481abf commit 1f71cc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ <h3>CS184/284A Homework Webpages</h3>
<a href="/hw3/index.html">Homework 3</a>
<br><br>
<a href="/hw4/index.html">Homework 4</a>
<br><br>
<a href="/Final/index.html">Final Project</a>
</body>
<script>
var links = document.body.getElementsByTagName("a")
Expand All @@ -22,4 +24,4 @@ <h3>CS184/284A Homework Webpages</h3>
link.href = repo_name + actual_name
}
</script>
</html>
</html>

0 comments on commit 1f71cc3

Please sign in to comment.