summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-20 17:24:10 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-20 17:24:10 +0800
commitdbff318c05e124c5a1fcf4d41f0386735a0796f9 (patch)
tree21b2d0a77b5340acecce2f6444c7a69b824a65cb /index.html
parent648d4ba2964a71e06f9675ee20d9e250d5fc88d1 (diff)
Path name is now relative
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index b9246c9..37b1af9 100644
--- a/index.html
+++ b/index.html
@@ -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>