XMPP invitation landing page, without javascript
Make script includes relative to index.html
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |