XMPP invitation landing page, without javascript
Remove some unnecessary/deprecated HTML attributes
Alex Jordan 2017-01-16
parent 40f0822 · commit ece7789
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6e1e695..a3f20cc 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
<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" size=50 onfocus="this.select();"></input>
+ <input type="url" class="form-control text-center" id="url_in"></input>
<p class="lead text-center" id="clients"></p>
<p class="lead" id="recommend"></p>