Skip to content

Commit

Permalink
Merge pull request apu52#896 from sakshiglaze/Homepage_path
Browse files Browse the repository at this point in the history
Update index.html path to homepage
  • Loading branch information
apu52 authored Jul 2, 2024
2 parents ff0a12d + 03ac440 commit 413b972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/Lyric_Finder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<div class="container">
<nav class="navbar navbar-dark my-3">
<a class="navbar-brand" href="#">Hard Rock Navigator 🎸
<a class="navbar-brand" href="index.html">Hard Rock Navigator 🎸
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavId" aria-controls="collapsibleNavId" aria-expanded="false" aria-label="Toggle navigation">
</button>
Expand Down Expand Up @@ -89,4 +89,4 @@ <h1 class="text-center">Lyrics Search</h1>
<script src="js/minified.js"></script>

</body>
</html>
</html>

0 comments on commit 413b972

Please sign in to comment.