about summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorPerflyst <mail@perflyst.de>2020-01-06 13:53:41 +0100
committerGeorg Lukas <georg@op-co.de>2020-01-21 19:52:03 +0100
commitad7e92dcda05d9180dc116492b0999862e690874 (patch)
tree249acefb0cfe11b346b72a6146bb17489fa3a2e3 /index.html
parent141e70dc149669fefc30c3ed8ab7a724a829a4fb (diff)
downloadphp-xmpp-invitation-ad7e92dcda05d9180dc116492b0999862e690874.tar.gz
Use minified qrcode.js and close input tag
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 3d3ae33..bcfbe0a 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
     <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 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>
@@ -38,6 +38,6 @@
   </div>
   <script src="scripts/i18n-text.min.js"></script>
   <script src="scripts/main.js"></script>
-  <script src="scripts/qrcode.js"></script>
+  <script src="scripts/qrcode.min.js"></script>
 </body>
 </html>