diff options
author | Jonas Kohl | 2024-09-06 22:57:23 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-06 22:57:23 +0200 |
commit | 9ab1b5cc52d020bc22994756fe9238bfe4038b0e (patch) | |
tree | 5eb3008543d941462a71c90fb43c941a4facbc1a /navtop.html | |
parent | 1bd05b6bb56c18b98c9288da44cdb3aa08a3b4c3 (diff) |
Add link
Diffstat (limited to 'navtop.html')
-rw-r--r-- | navtop.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/navtop.html b/navtop.html index f325458..f5532ed 100644 --- a/navtop.html +++ b/navtop.html @@ -1,7 +1,12 @@ <html> <body background="images/toptile.gif" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"><!-- ---><img src="images/top.gif"> +--><img src="images/top.gif" usemap="#map"> + +<map name="map"> + <area target="_top" href="/" coords="106,23,107,74,46,75,46,70,18,70,14,58,13,41,44,42,47,25" shape="poly"> +</map> + </body> </html> |