Files
lps-community-guide/docs/javascripts/umami.js
2026-01-18 07:14:15 +00:00

8 lines
247 B
JavaScript

(function () {
var s = document.createElement("script");
s.defer = true;
s.src = "https://umami.lnlfly.com/random-string.js";
s.setAttribute("data-website-id", "75b3f459-13d9-41d2-8a3b-a77b785e93e1");
document.head.appendChild(s);
})();