You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
814 B

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <!-- saved from url=(0014)about:internet -->
  3. <html>
  4. <head>
  5. <title>Redirect Page</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <script type="text/javascript">
  8. <!--
  9. var Param = window.location.hash.substring(1);
  10. var URL="index.htm";
  11. if (Param != "")
  12. URL = URL + "#" + Param;
  13. window.location.replace(URL);
  14. //-->
  15. </script>
  16. <style type="text/css">
  17. body { font-family: Verdana; }
  18. </style>
  19. </head>
  20. <body>
  21. <h3>Page Loader</h3>
  22. <p>If there is a security warning at the top of the page please click it and select "Allow blocked content".</p>
  23. <p>If redirection does not occur click this link:
  24. <script type="text/javascript">
  25. <!--
  26. document.write('<a href="'+ URL +'">'+ URL +'</a>')
  27. //-->
  28. </script>
  29. </p>
  30. </body>
  31. </html>