From acab743209623bd243d51bee140f30d424e17be4 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Wed, 26 May 2021 20:40:01 +0200 Subject: [PATCH] index: update patched CSS path --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5bcde3e..0bba313 100644 --- a/index.html +++ b/index.html @@ -151,7 +151,7 @@ window.requestAnimationFrame(animate_tick); try { if (window.location.protocol !== 'data:') { window.location = 'data:text/html;base64,' + btoa(document.documentElement.innerHTML - .replace('="common.css"', '="' + new URL('common.css', window.location.href).href + '"') + .replace('="css/common.css"', '="' + new URL('css/common.css', window.location.href).href + '"') .replace('__START_ORIGIN__', window.location.href)); } } catch (err) {}