diff --git a/public/index.html b/public/index.html index a3bd56d..1f04170 100644 --- a/public/index.html +++ b/public/index.html @@ -1,92 +1,111 @@ - - + + - - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - ZotNFound - + ZotNFound + - - + + - - - - - - -
+ (function (l) { + if (l.search[1] === "/") { + var decoded = l.search + .slice(1) + .split("&") + .map(function (s) { + return s.replace(/~and~/g, "&"); + }) + .join("?"); + window.history.replaceState( + null, + null, + l.pathname.slice(0, -1) + decoded + l.hash + ); + } + })(window.location); + + + + + +
+ +