XMPP invitation landing page, without javascript
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta content="width=device-width, initial-scale=1, user-scalable=0" name="viewport"> <title>XMPP Invitation</title> - <link href="stylesheets/bootstrap.min.css" rel="stylesheet"> + <link href="stylesheets/styles.css" rel="stylesheet"> <link href="stylesheets/i.css" rel="stylesheet"> <style> .main { @@ -26,13 +26,13 @@ <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> - <p class="lead text-center" id="clients"></p> + <p class="hint text-center" id="clients"></p> <p class="lead" id="recommend"></p> <ul class="lead" id="client_list"></ul> <p class="lead" id="checkfulllist"></p> - <p id="xmppis"></p> + <p class="hint" id="xmppis"></p> </div> <script src="scripts/i18n-text.min.js"></script> <script src="scripts/main.js"></script> |