XMPP invitation landing page, without javascript
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 03b956e..3d3ae33 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,9 @@
<noscript><h3>You need JavaScript to follow the invitation.</h3></noscript>
<h3 class="text-center" id="heading"></h3>
<p class="text-center"><a class="btn btn-primary" id="button"></a></p>
- <input type="url" class="form-control text-center" id="url_in" readonly></input>
+ <input type="url" class="form-control text-center" id="url_in" readonly>
+ <div class="qrcode" id="qrcode"></div>
+
<p class="hint text-center" id="clients"></p>
<p class="lead" id="recommend"></p>
@@ -36,5 +38,6 @@
</div>
<script src="scripts/i18n-text.min.js"></script>
<script src="scripts/main.js"></script>
+ <script src="scripts/qrcode.js"></script>
</body>
</html>