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.
31 lines (26 sloc)
613 Bytes
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
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> | |
| <HTML> | |
| <HEAD> | |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1"> | |
| <META NAME="GENERATOR" Content="Visual Page 2.0 for Windows"> | |
| <TITLE>Bepl web page</TITLE> | |
| <SCRIPT type="text/javascript" LANGUAGE="JavaScript"> | |
| <!-- | |
| function decide() | |
| { | |
| if(navigator.appName == "Netscape") | |
| { | |
| window.location.replace("nn_public/nn_index.html") | |
| } | |
| else | |
| { | |
| window.location.replace("ie_public/ie_index.html") | |
| } | |
| } | |
| // --> | |
| </SCRIPT> | |
| </HEAD> | |
| <BODY onLoad = "decide()"> | |
| </BODY> | |
| </HTML> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |