There was an error while loading. Please reload this page.
1 parent 742d2f8 commit 2fb8760Copy full SHA for 2fb8760
1 file changed
lobby_worker/index.html
@@ -230,5 +230,15 @@ <h1 class="game-title">PONGO</h1>
230
</div>
231
<script type="module" src="pwa.js"></script>
232
<script type="module" src="script.js"></script>
233
+ <!-- Cloudflare Web Analytics: anonymous visit counts, production origin only. -->
234
+ <script>
235
+ if (location.hostname.endsWith("tre.systems")) {
236
+ const beacon = document.createElement("script");
237
+ beacon.defer = true;
238
+ beacon.src = "https://static.cloudflareinsights.com/beacon.min.js";
239
+ beacon.setAttribute("data-cf-beacon", '{"token": "893eaee1dc1d46109119d2b54cdf023e"}');
240
+ document.head.appendChild(beacon);
241
+ }
242
+ </script>
243
</body>
244
</html>
0 commit comments