index.html 324 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Redirecting...</title>
  6. <script>
  7. window.location.href = "https://pmmg-products.github.io/reports/";
  8. </script>
  9. </head>
  10. <body>
  11. <p>If you're not redirected, <a href="https://pmmg-products.github.io/reports">click here</a>.</p>
  12. </body>
  13. </html>