-
Notifications
You must be signed in to change notification settings - Fork 1
/
Links.html
56 lines (49 loc) · 1.65 KB
/
Links.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>Links</title>
<link rel= "stylesheet" type="text/css" href="../jorbach/Links.css">
<style>
nav {
height: 50px;
font-family: Arial, Helvetica, sans-serif
}
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>
Links
</h1>
<p1>
<center>
<li><a href="https://thebaberainbow.bandcamp.com/">The Babe Rainbow Bandcamp</a></li>
<li><a href="https://baberainbow.com/">The Babe Rainbow Official Website</a></li>
<li><a href="spotify:artist:2UmG7WphL1CMN7mVWyhE7u">The Babe Rainbow Spotify</a></li>
<li><a href="https://music.apple.com/us/artist/babe-rainbow/787296991">The Babe Rainbow iTunes</a></li>
<li><a href="https://www.allmusic.com/artist/the-babe-rainbow-mn0003653168">The Babe Rainbow AllMusic</a></li>
</center>
</p1>
</body>