Update script source in index.html to use absolute URL for widget.js

This commit is contained in:
sinanisler
2025-12-03 21:34:16 +03:00
parent 7b0efee976
commit 49aa893318
+1 -1
View File
@@ -758,6 +758,6 @@
</p>
</footer>
<script type="module" src="/widget.js"></script>
<script type="module" src="https://localhost/accessibility-widgets/widget.js"></script>
</body>
</html>