documentation.html 209 B

12345678
  1. <html>
  2. <head>
  3. <meta http-equiv="refresh" content="1;URL=./docs/">
  4. <script>
  5. window.location = window.location.href.replace('documentation.html', 'documentation/');
  6. </script>
  7. </head>
  8. </html>