-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
30 lines (29 loc) · 1.14 KB
/
menu.html
File metadata and controls
30 lines (29 loc) · 1.14 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
<HTML>
<HEAD>
<link rel="stylesheet" href="wahkazoo.css" TYPE="text/css">
<style type="text/css">
.menubar { font-family: Verdana; text-align: center; font-size: x-small }
</style>
</HEAD>
<BODY>
<P class=menubar>
<A onmouseover="window.status='home';return true"
OnMouseOut="window.status='';return true;"
TARGET="main" HREF="home.html">home</A> |
<A onmouseover="window.status='biography';return true"
OnMouseOut="window.status='';return true;"
TARGET="main" HREF="biog.html">biography</A> |
<A onmouseover="window.status='mp3s and downloads';return true"
OnMouseOut="window.status='';return true;"
TARGET="main" HREF="download.html">mp3/download</A> |
<A onmouseover="window.status='reviews';return true"
OnMouseOut="window.status='';return true;"
TARGET="main" HREF="reviews.html">reviews</A> |
<A onmouseover="window.status='contact';return true"
OnMouseOut="window.status='';return true;"
TARGET="main" HREF="contact.html">contact</A> |
<A onmouseover="window.status='web links';return true"
OnMouseOut="window.status='';return true;"
TARGET="main" HREF="links.html">links</A>
</BODY>
</HTML>