Skip to content

Commit 72ac8d8

Browse files
committed
add index.html
1 parent ee08ade commit 72ac8d8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)