index.html 361 B

12345678910111213141516
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <script type="text/javascript">
  5. <!--
  6. location.replace("html/index.html");
  7. //-->
  8. </script>
  9. <noscript>
  10. <meta http-equiv="refresh" content="0; url=html/index.html"> <!-- äëÿ òåõ íåñêîëüêèõ ïðîöåíòîâ «ñ¸ðôåðîâ», êîòîðûå îòêëþ÷èëè JavaScript -->
  11. </noscript>
  12. </head>
  13. <body>
  14. </body>
  15. </html>