XMPP invitation landing page, without javascript
Correct a minor whitespace inconsistency
Alex Jordan 2017-01-16
parent 5e84b5c · commit 96d89cb
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9760c94..ec76c86 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,7 @@
<body>
<div class="main">
<noscript><h3>You need JavaScript to follow the invitation.</h3></noscript>
- <h3 class="text-center" id="heading"></h3>
+ <h3 class="text-center" id="heading"></h3>
<p class="lead text-center" id="intro"></p>
<p class="text-center"><a class="btn btn-primary" id="button"></a></p>
<input type="url" class="form-control text-center" id="url_in"></input>