Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14 lines (12 sloc)
1.31 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body background="images/background.gif" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> | |
| <IMG SRC="images/sidenav.gif" width="120" height="200" USEMAP="#linuxhq" BORDER=0> | |
| <MAP NAME="linuxhq"> | |
| <AREA SHAPE=RECT COORDS="1,1,118,24" HREF="http://www.linuxhq.org/news.html" ALT="LinuxHQ News" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='LinuxHQ News'; return true" target="body"> | |
| <AREA SHAPE=RECT COORDS="1,41,118,74" HREF="http://www.linuxhq.org/members.html" ALT="LinuxHQ Members" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='LinuxHQ Members'; return true" target="body"> | |
| <AREA SHAPE=RECT COORDS="1,86,118,119" HREF="http://www.linuxhq.org/irc.html" ALT="#LinuxHQ IRC" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='#LinuxHQ IRC'; return true" target="body"> | |
| <AREA SHAPE=RECT COORDS="1,131,118,166" HREF="http://www.linuxhq.org/quotes.html" ALT="LinuxHQ Quotes" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='LinuxHQ Quotes'; return true" target="body"> | |
| <AREA SHAPE=RECT COORDS="1,176,118,199" HREF="http://www.linuxhq.org/links.html" ALT="LinuxHQ Links" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='LinuxHQ Links'; return true" target="body"> | |
| </MAP> | |
| </body> | |
| </html> |