Skip to content
Snippets Groups Projects
Select Git revision
  • 28a2cc6b65ad911c9cb562f14dbf4fff8b9b78c1
  • master default protected
  • submit-to-mongodb
  • more-small-submit-g-changes
  • small_FE_modsMichael
  • dev2
6 results

PDEntity.vue

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