/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / web-ui / public / 404.html
26 lines · 760 BCodeBlameHistory
e598feefix 404Jeremy Magland 1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
7884e06rename to benchcompressJeremy Magland 5 <title>Benchcompress</title>
e598feefix 404Jeremy Magland 6 <script>
7 // Single Page Apps for GitHub Pages
8 // MIT License
9 // https://github.com/rafgraph/spa-github-pages
10 (function(){
11 var pathSegmentsToKeep = 1;
13 var l = window.location;
14 l.replace(
15 l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
16 l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
17 l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
18 (l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
19 l.hash
20 );
21 }());
22 </script>
23 </head>
24 <body>
25 </body>
26</html>
moveopenescclose