about summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-06-06 16:25:10 +0000
committerZach DeCook <zachdecook@librem.one>2022-06-06 16:25:10 +0000
commitc86d5b3d03b1fbb0fb9a7d9db74509798ea1e238 (patch)
tree1588ccccb86f9e4e96dafa348f43fecfd2347940 /index.html
parentdebf41dde39e7dc7aac0f12ed98ca882e7883d8c (diff)
downloadphp-xmpp-invitation-c86d5b3d03b1fbb0fb9a7d9db74509798ea1e238.tar.gz
index: Rewrite in PHP
Diffstat (limited to 'index.html')
-rw-r--r--index.html47
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>