| 12345678910111213 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="refresh" content="0;url=pages/dashboard.html">
- <title>TG Admin - Redirecting...</title>
- </head>
- <body>
- <p>Redirecting to dashboard...</p>
- <script>window.location.href = 'pages/dashboard.html';</script>
- </body>
- </html>
|