Refactor server variable to webserver and add new API endpoints for script handling

This commit is contained in:
Seth 2025-05-03 13:39:01 -04:00
parent 09e377b9d2
commit 6a3354f597
2 changed files with 23 additions and 4 deletions

View file

@ -18,6 +18,7 @@
<body class="scanlines">
<script src="index.tsx"></script>
<script defer data-domain="yourdomain.com" data-api="/api/script" src="https://ipv4.army/api/script.js"></script>
</body>
</html>