diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 17:24:10 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 17:24:10 +0800 |
commit | dbff318c05e124c5a1fcf4d41f0386735a0796f9 (patch) | |
tree | 21b2d0a77b5340acecce2f6444c7a69b824a65cb /index.html | |
parent | 648d4ba2964a71e06f9675ee20d9e250d5fc88d1 (diff) |
Path name is now relative
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,9 +18,9 @@ .createApp({ apiKey: '%s', host: '%s' - })), '%s'); + }))); } </script> - <script type="text/javascript" src="%s/js/main.js"></script> + <script type="text/javascript" src="main.js"></script> </body> </html> |