XMPP invitation landing page, without javascript
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 23f64e9..0000000 --- a/index.html +++ /dev/null @@ -1,47 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8"> - <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/styles.css" rel="stylesheet"> - <link href="stylesheets/i.css" rel="stylesheet"> - <style> - .main { - padding-top: 0px; - max-width: 600px; - width: 90%; - margin: 0 auto; - } - </style> - <!--[if lt IE 9]> - <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> - <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> - <![endif]--> -</head> -<body> - <div class="main"> - <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/> - <div class="qrcode" id="qrcode"></div> - - <p class="lead text-center" id="clients"></p> - <p class="lead text-center" id="recommend"></p> - - <p class="lead img-center text-center" id="client_list"></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> - <script src="scripts/main.js"></script> - <script src="scripts/qrcode.min.js"></script> -</body> -</html> |