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.
47 lines (32 sloc)
1.01 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> | |
| <head> | |
| <title>Aiwa Products</title> | |
| <!-- description --> | |
| <meta name="description" content=""> | |
| <meta name="keywords" content=""> | |
| <!-- Page meta-tags --> | |
| <meta name="content-type" content="text/html; charset=ISO-8859-1"> | |
| <meta name="content-language" content="en-GB"> | |
| <meta name="author" content="Absolute Internet (http://www.absoluteinternet.co.uk)"> | |
| <meta name="robots" content="index"> | |
| <!-- | |
| Copyright 1998 Aiwa | |
| Site designed and maintained by Absolute Internet Ltd | |
| http://www.absoluteinternet.co.uk | |
| info@absoluteinternet.co.uk | |
| --> | |
| <script language="JavaScript"> | |
| <!-- Hide script from older browsers | |
| temp=location.href.substring(location.href.lastIndexOf("/")+1); | |
| if(temp.indexOf("#") != -1) | |
| temp=temp.substring(0,temp.indexOf("#")); | |
| if(temp.indexOf("?") != -1) | |
| temp=temp.substring(0,temp.indexOf("?")); | |
| if (self.parent.frames.length == 0 && navigator.appName != "Netscape") | |
| self.parent.location="index.html?"+temp; | |
| // end hiding contents --> | |
| </script> | |
| </head> | |
| <body bgcolor=#ffffff> | |
| </body> | |
| </html> |