Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
affancoder committed Apr 8, 2024
1 parent b3bc303 commit 3c428b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Spotify</title>
<title>Music Play</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="assests/logo.png" class="rel">
</head>
<body>
<nav>
<ul>
<li class="brand"><img src="assests/logo.png" alt="spotify" />Spotify</li>
<li class="brand"><img src="assests/logo.png" alt="spotify" />Music Play</li>
<li>Home</li>
<li>About</li>
</ul>
Expand Down

0 comments on commit 3c428b9

Please sign in to comment.