-
Notifications
You must be signed in to change notification settings - Fork 1
/
Music.html
56 lines (47 loc) · 1.25 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title>Stream Music</title>
<link rel= "stylesheet" type="text/css" href="../jorbach/Musicstyle.css">
<style>
nav {
height: 50px;
font-family: Arial, Helvetica, sans-serif
}
nav ul {
}
nav ul li {
list-style-type: none;
width: 150px;
float: left;
text-align: center;
}
li a {
text-decoration: none;
color: white;
line-height: 50px;
display: block;
}
li a:hover {
color: yellow;
}
</style>
<nav>
<ul>
<li><a href="Babe-Rainbow.html"> <img src="BabeRainbowLogo.png" alt="Home" style="width:80px;height:42px;border:0"</a></li>
<li><a href="Bibliography.html">Biography</a></li>
<li><a href="discography.html">Discography</a></li>
<li><a href="Music.html">Music</a></li>
<li><a href="Links.html">Links</a></li>
</ul>
</nav>
<body>
<h1>
Music
</h1>
<p1>
<center>
<iframe src="https://open.spotify.com/embed/artist/2UmG7WphL1CMN7mVWyhE7u" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</center>
</p1>
</body>