diff --git a/static/script.js b/static/script.js index 13f2ab77..73a9cda0 100644 --- a/static/script.js +++ b/static/script.js @@ -1,7 +1,3 @@ -; +let script = document.createElement("hs-script-loader"); +script.src = "//js.hs-scripts.com/22554992.js"; +document.body.append(script);