/ concept-collection / ephys_compression_tests
concept-collection / ephys_compression_tests
26 lines · 829 BBlameHistoryRaw
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <script>
6 // Single Page Apps for GitHub Pages
7 // MIT License
8 // https://github.com/rafgraph/spa-github-pages
9 (function(l) {
10 if (l.search[1] === '/' ) {
11 var decoded = l.search.slice(1).split('&')[0].split('=')[0].replace(/~and~/g, '&');
12 window.history.replaceState(null, null,
13 l.pathname.slice(0, -1) + decoded + l.hash
14 );
15 }
16 }(window.location))
17 </script>
18 <link rel="icon" type="image/svg+xml" href="./favicon.svg" />
19 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
20 <title>Ephys Compression Tests</title>
21 </head>
22 <body>
23 <div id="root"></div>
24 <script type="module" src="./src/main.tsx"></script>
25 </body>
26</html>