您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
304B

  1. <html>
  2. <head>
  3. <title>A web page that points a browser to a different page</title>
  4. <meta http-equiv="refresh" content="0; URL=html/index.html">
  5. <meta name="keywords" content="automatic redirection">
  6. </head>
  7. <body>
  8. Your browser didn't automatically redirect. Open html/index.html manually.
  9. </body>
  10. </html>