Skip to content
Snippets Groups Projects
Select Git revision
  • R5 default protected
  • neubachera-20caa6ed-patch-eeb6
  • SDS-2025-0000-test_branch
  • gl-pages
  • SDS-2025-0016-ogc_ipe_configuration_aspects
  • SDS-2024-0141-ogc_ipe_communication_schema
  • SDS-2023-0219-initial_OGC_intro protected
  • v5.4.0
  • v5.3.0
  • v5.2.0
  • v5.1.0
  • v5.0.0
12 results

index.html

Blame
  • index.html 374 B
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="utf-8">
      <title>Redirecting</title>
      <noscript>
        <meta http-equiv="refresh" content="1; url=latest/" />
      </noscript>
      <script>
        window.location.replace(
          "latest/" + window.location.search + window.location.hash
        );
      </script>
    </head>
    <body>
      Redirecting to <a href="latest/">latest/</a>...
    </body>
    </html>