-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmusic.html
24 lines (24 loc) · 1.41 KB
/
music.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Music</title>
<link rel="stylesheet" href="animal.css">
</head>
<body>
<h1>Music 🎵</h1>
<div id="t1"><img src="https://source.unsplash.com/random/?music" alt="Trending Image" height="350" width="375"></div>
<div id="t2"><img src="https://source.unsplash.com/random/?songs,weekly" alt="Trending Image" height="350" width="375"></div>
<div id="t3"><img src="https://source.unsplash.com/random/?lyrics,yearly" alt="Trending Image" height="350" width="375"></div>
<div id="t4"><img src="https://source.unsplash.com/random/?guitar,daily" alt="Trending Image" height="350" width="375"></div>
<div id="t5"><img src="https://source.unsplash.com/random/?musics" alt="Trending Image" height="350" width="375"></div>
<div id="t6"><img src="https://source.unsplash.com/random/?songs,bass" alt="Trending Image" height="350" width="375"></div>
<div id="t7"><img src="https://source.unsplash.com/random/?lyrical" alt="Trending Image" height="350" width="375"></div>
<div id="t8"><img src="https://source.unsplash.com/random/?singer" alt="Trending Image" height="350" width="375"></div>
<footer>
<H1>Refrest to load more content.</H1>
</footer>
</body>
</html>