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 b0678e4 commit c9b1e47Copy full SHA for c9b1e47
html/html/index.html
@@ -0,0 +1,17 @@
1
+<!doctype html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <title>Redirecting…</title>
7
+ <!-- Immediate redirect for browsers -->
8
+ <meta http-equiv="refresh" content="0;url=https://simdutf.github.io/browserbase64/">
9
+ <script>
10
+ // JS fallback
11
+ window.location.replace('https://simdutf.github.io/browserbase64/');
12
+ </script>
13
+ </head>
14
+ <body>
15
+ <p>Redirecting to <a href="https://simdutf.github.io/browserbase64/">https://simdutf.github.io/browserbase64/</a>…</p>
16
+ </body>
17
+</html>
0 commit comments