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

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