about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSchimon Jehuda <sjehuda@yandex.com>2022-05-18 13:00:51 +0300
committerGeorg Lukas <georg@op-co.de>2022-05-29 12:58:03 +0200
commit8e857636c62c5a28b3d0be10e3c670720f6cfbe5 (patch)
treeafd79c3e22027133416f225f20c22371a76e9a3a
parenta76b2b717234bb6d762e6608de39cc4ca5435071 (diff)
downloadphp-xmpp-invitation-8e857636c62c5a28b3d0be10e3c670720f6cfbe5.tar.gz
Add some changes and new order of tags
-rw-r--r--index.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/index.html b/index.html
index cc1ddec..23f64e9 100644
--- a/index.html
+++ b/index.html
@@ -28,13 +28,16 @@
     <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>
+    <p class="lead text-center" id="clients"></p>
+    <p class="lead text-center" id="recommend"></p>
 
-    <ul class="lead" id="client_list"></ul>
+    <p class="lead img-center text-center" id="client_list"></p>
 
-    <p class="lead" id="checkfulllist"></p>
-    <p class="hint" id="xmppis"></p>
+    <i>
+      <p class="hint text-center" id="checkfulllist"></p>
+      <p class="hint text-center" id="xmppis"></p>
+    </i>
+    <p class="hint text-center" id="xmpp"></p>
   </div>
   <script src="scripts/i18n-text.min.js"></script>
   <script src="config.js"></script>