File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ Browsers use it in JavaScript to embed binary data directly in code or HTML or f
66
77This 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments