Skip to content

Commit

Permalink
Merge pull request #17 from CS222-UIUC/week4-logoupdate
Browse files Browse the repository at this point in the history
Added logo
  • Loading branch information
Shubhi0406 authored Oct 25, 2024
2 parents 0bc8484 + 6ac4d6e commit 2f5b6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<header>
<nav>
<img src="logo.png" alt="LearnFuse Logo" class="logo" />
<img src="../public/images/logo.png" alt="LearnFuse Logo" class="logo" />
<ul>
<li><a href="#" class="active">Home</a></li>
<li class="dropdown">
Expand Down Expand Up @@ -471,3 +471,4 @@ <h2>Get in Touch</h2>
<script src="../public/js/quiz.js"></script>
</body>
</html>

0 comments on commit 2f5b6ea

Please sign in to comment.