index.html 150 B

1234567
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <!-- 以下方式定时转到其他页面 -->
  5. <meta http-equiv="refresh" content="0;url=/manage">
  6. </head>
  7. </html>