manual_zh.html 419 B

123456789101112
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta http-equiv="refresh" content="3; url='https://tirnanog.codeberg.page/manual_en.html'" />
  5. <script>document.location.href = document.location.href.replace(/manual_[a-z][a-z]/, "manual_en");</script>
  6. </head>
  7. <body>
  8. <p>还没有翻译。</p>
  9. <p>重定向到<a href="https://tirnanog.codeberg.page/manual_en.html">英文手册</a>。</p>
  10. </body>
  11. </html>