Skip to content

Commit cd3d8b6

Browse files
docs: Regenerate index.html and README.md
1 parent 61cf484 commit cd3d8b6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en" class="scroll-smooth">
3+
<!-- Hidden page‑view ping (no visible counter) -->
4+
<script>
5+
(()=>{
6+
const key = location.pathname.replace(/\/$/, '') || '/';
7+
const WEBAPP = 'https://script.google.com/macros/s/AKfycbwUzIOAcNR3PD9-NdOg-Ni-N3dcZEKNFBXV_f3Q4bEVSD9m13ZaLsvBy9VefVCnQOIGBg/exec';
8+
// fire‐and‐forget; ignore the JSON response
9+
fetch(WEBAPP + '?key=' + encodeURIComponent(key), {mode:'cors'})
10+
.catch(()=>{/* silent */});
11+
})();
12+
</script>
313
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "f65726a952f5404f95c3dd044873152c"}'></script><!-- End Cloudflare Web Analytics -->
414
<head>
515
<meta charset="UTF-8">

0 commit comments

Comments
 (0)