Adjust style.css path.

Adjusted the path to style.css to be dynamically set using 'data-static-path' attribute. This change allows stylesheets to be fetched from the correct path based on the consumed API.
This commit is contained in:
2023-12-02 01:44:21 +06:00
parent 04eacf66cd
commit 4bac5c10a0
2 changed files with 64 additions and 63 deletions

View File

@@ -6,7 +6,7 @@
<title>Title</title>
</head>
<body>
<div class="captcha-service-kor-elf" data-domain="http://captcha.localhost:9008" data-token=""></div>
<div class="captcha-service-kor-elf" data-domain="" data-static-path="./" data-token=""></div>
<script src="script.js" async></script>
</body>
</html>