-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage(2).html
More file actions
42 lines (41 loc) · 1.22 KB
/
Copy pathhomepage(2).html
File metadata and controls
42 lines (41 loc) · 1.22 KB
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
<html>
<head>
<title>AZ Lyrics Home Page</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" type="text/css"
href="css/main.css">
</head>
<body>
<nav>
<div id="logo">
<a href="index.html">
<img src="assets/icon/logo.png"
alt="AZlogo"
style="width:75px;height:75px;border:0;"/>
</a>
</div>
<div id="Top-Bar">
<a id="option" href="index.html">Home</a>
<a id="option" href="artists.html">Artists</a>
<a id="option" href="lyrics.html">Lyrics</a>
<a id="option" href="search.html">Search</a>
</div>
</nav>
<div id="Trending Now">
<h1>Trending Now</h1>
</div>
<div id="Trending Songs">
<div id="Songs">
<div id="topsong-1">7 rings, Ariana Grande</div>
<div id="topsong-2">MIDDLE CHILD, J Cole</div>
<div id="topsong-3">break up with your girlfriend, i'm bored, Ariana Grande</div>
</div>
<div id="Albums">
<div id="topalbum-1"><img src="assets/trending-album/trendingalbum1.jpg"></div>
<div id="topalbum-2"><img src="assets/trending-album/trendingalbum2.jpg"></div>
<div id="topalbum-3"><img src="assets/trending-album/trendingalbum3.jpg"></div>
</div>
<div id="Top ALbums">Top Albums</div>
</div>
</body>
</html>