Skip to content

Commit f33ab82

Browse files
committed
trying something else
1 parent c9b1e47 commit f33ab82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Browsers use it in JavaScript to embed binary data directly in code or HTML or f
66

77
This is an in-browser base64 benchmark:
88

9-
- [Visit the benchmark](https://simdutf.github.io/browserbase64/html).
9+
- [Visit the benchmark](https://simdutf.github.io/browserbase64/index.html).
1010

html/html/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<title>Redirecting…</title>
77
<!-- Immediate redirect for browsers -->
8-
<meta http-equiv="refresh" content="0;url=https://simdutf.github.io/browserbase64/">
8+
<meta http-equiv="refresh" content="0;url=https://simdutf.github.io/browserbase64/index.html">
99
<script>
1010
// JS fallback
11-
window.location.replace('https://simdutf.github.io/browserbase64/');
11+
window.location.replace('https://simdutf.github.io/browserbase64/index.html');
1212
</script>
1313
</head>
1414
<body>
15-
<p>Redirecting to <a href="https://simdutf.github.io/browserbase64/">https://simdutf.github.io/browserbase64/</a></p>
15+
<p>Redirecting to <a href="https://simdutf.github.io/browserbase64/index.html">https://simdutf.github.io/browserbase64/index.html</a></p>
1616
</body>
1717
</html>

0 commit comments

Comments
 (0)