-
Notifications
You must be signed in to change notification settings - Fork 0
/
MusicPlay.html
34 lines (25 loc) · 1.95 KB
/
MusicPlay.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Music Playlist</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body class="musicback">
<header class="musichb">
<img class="logo2" src="./result.png" alt="logo">
<nav>
<ul class="nav__links2">
<li class="listback3"><a class="listback2" href="index.html">Home Page</a></li>
<li class="listback1"><a class="listback4" href="AboutMe.html">About Me</a></li>
<li class="listback5"><a class="listback6" href="Feedback.html">Music Quiz</a></li>
</nav>
<a class="cta2" href="Contactinfo.html"><button class="buttmusic">Contact</button></a>
</header>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/2haB9s3iCl8JIlcPxMwXIV?utm_source=generator&theme=0" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/1f0XbmAwwUJxSXodk0jVJn?utm_source=generator&theme=0" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/37i9dQZF1DX889U0CL85jj?utm_source=generator&theme=0" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/37i9dQZF1DWSpF87bP6JSF?utm_source=generator&theme=0" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</body>
</html>