manual_fr.html 445 B

123456789101112
  1. <!DOCTYPE html>
  2. <html lang="fr">
  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>Traduction pas encore disponible.</p>
  9. <p>Redirection vers le <a href="https://tirnanog.codeberg.page/manual_en.html">manuel en anglais</a>.</p>
  10. </body>
  11. </html>