about summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorAlex Jordan <alex@strugee.net>2017-01-16 14:09:01 -0500
committerAlex Jordan <alex@strugee.net>2017-01-16 14:09:01 -0500
commit40f08226182a5263348df01508b8b48b78c9f684 (patch)
treeee31b5a1133d3bc4f62c07d958c31b75ea6bebba /index.html
parent085bca1d3993e70375f27c499726fbd156aff420 (diff)
downloadphp-xmpp-invitation-40f08226182a5263348df01508b8b48b78c9f684.tar.gz
Make script includes relative to index.html
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 e5af9d1..6e1e695 100644
--- a/index.html
+++ b/index.html
@@ -35,7 +35,7 @@
     <p class="lead" id="checkfulllist"></p>
     <p id="xmppis"></p>
   </div>
-  <script src="/scripts/i18n-text.min.js"></script>
-  <script src="/scripts/main.js"></script>
+  <script src="scripts/i18n-text.min.js"></script>
+  <script src="scripts/main.js"></script>
 </body>
 </html>