Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
samratghosh291 authored Oct 6, 2023
1 parent 78659e3 commit 866b395
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,6 @@
<!DOCTYPE html>
<html lang="en">


<title>Musica</title>
</head>
<body>
<!-- for header -->
<header class="">
<div class="logo">MUSICA</div>
<nav>
<ul class="nav-links">
<li>
<a href="#">
<i class="fas fa-home"></i>
Home</a
>
</li>
<li>
<a href="assets/mysongs.html">
<i class="fas fa-solid fa-star"></i>
My Songs</a
>
</li>
<li>
<a href="#">
<i class="fas fa-solid fa-heart"></i>
Liked Song</a
>
</li>
</ul>
</nav>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -139,4 +109,4 @@ <h4 id="title"></h4>
<script src="script.js"></script>
</body>

</html>
</html>

0 comments on commit 866b395

Please sign in to comment.