index.html 385 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="refresh" content="0;url=pages/dashboard.html">
  7. <title>TG Admin - Redirecting...</title>
  8. </head>
  9. <body>
  10. <p>Redirecting to dashboard...</p>
  11. <script>window.location.href = 'pages/dashboard.html';</script>
  12. </body>
  13. </html>