-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (41 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SPOTIFY</title>
<link rel = "stylesheet" href = "style.css">
</head>
<script src = "script.js"></script>
<body>
<div class="main">
<div class = "navbar">
<ul style="list-style-type: none;">
<li>
<a href="#"><img class="logo" src = "logo.png", alt="SPOTIFY" height="25px" width="25px"></a>
<a href="#" id="logotext">Spotify</a>
</li>
<li>
<a href="#"><img class="logo" src = "icons8-home-48.png", alt="SPOTIFY" height="25px" width="25px"></a>
<a href="#" id="logotext">Home</a>
</li>
<li>
<a href="#"><img class="logo" src = "icons8-search-50.png", alt="SPOTIFY" height="25px" width="25px"></a>
<a href="#" id="logotext">Search</a>
</li>
</ul>
</div>
<div class="second">
<div class="top">
<a href="#">Your Library</a>
</div>
<div class="lib">
<div class="inner1">
</div>
<div class="inner2">
</div>
</div>
</div>
</div>
</body>
</html>