We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee08ade commit 72ac8d8Copy full SHA for 72ac8d8
index.html
@@ -0,0 +1,16 @@
1
+<!DOCTYPE html>
2
+<html data-destination="https://bioimage.io/#/">
3
+ <head>
4
+ <noscript><meta id="redirect" http-equiv="refresh" content="0; url=https://bioimage.io/#/"></noscript>
5
+ </head>
6
+
7
+ <body>
8
+ Redirecting to bioimage.io preview...
9
10
+ <!-- Redirect in JavaScript with meta refresh fallback above in noscript -->
11
+ <script>
12
+ var destination = document.documentElement.getAttribute('data-destination');
13
+ window.location.href = destination + (window.location.search || '') + (window.location.hash || '');
14
+ </script>
15
+ </body>
16
+</html>
0 commit comments