| 123456789101112131415 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Expires" content="0" />
- <meta charset="utf-8" />
- <title></title>
- </head>
- <body>
- <script>
- document.location.href = "/main/login/login.html?r=" + Math.random();
- </script>
- </body>
- </html>
|