new game stuff, analytics

This commit is contained in:
sky
2026-02-07 14:45:30 -05:00
parent 49e542b3e9
commit 71f377ac18
20 changed files with 144 additions and 562 deletions

View File

@ -24,7 +24,7 @@
</script>
<!-- initialize my stuff -->
<script src="/js/all.min.js"></script>
<script src="/js/all.min.js" async></script>
<script src="/js/main.js"></script>
<!-- <script src="/js/widget.js"></script> -->
<script>
@ -115,9 +115,9 @@
<link rel="icon" href="/favicon.ico" />
</head>
<alerts> </alerts>
<body>
<h1 class="title">users</h1>
<input type="text" id="search" placeholder="click enter to search..." style="width: 30%">
<div id="users"></div>
<div id="pages"></div>
</body>