index.html 401 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  5. <meta http-equiv="Pragma" content="no-cache" />
  6. <meta http-equiv="Expires" content="0" />
  7. <meta charset="utf-8" />
  8. <title></title>
  9. </head>
  10. <body>
  11. <script>
  12. document.location.href = "/main/login/login.html?r=" + Math.random();
  13. </script>
  14. </body>
  15. </html>