Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lycorisradiatu authored Sep 2, 2024
1 parent 1d66c2b commit c5f94f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<body>
<h3>CS184/284A Webpages</h3>
<br><br>
<a href="/hw1/index.html">Homework 1</a>
<a href="/hw1/index.html">Project 1</a>
<br><br>
<a href="/hw2/index.html">Homework 2</a>
<a href="/hw2/index.html">Project 2</a>
<br><br>
<a href="/hw3/index.html">Homework 3</a>
<a href="/hw3/index.html">Project 3</a>
<br><br>
<a href="/hw4/index.html">Homework 4</a>
<a href="/hw4/index.html">Project 4</a>
<br><br>
<a href="/final_project/index.html">Final Report Webpage</a>
<a href="/final_project/index.html">Final Project</a>
</body>
<script>
var links = document.body.getElementsByTagName("a")
Expand All @@ -24,4 +24,4 @@ <h3>CS184/284A Webpages</h3>
link.href = repo_name + actual_name
}
</script>
</html>
</html>

0 comments on commit c5f94f6

Please sign in to comment.