diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,8 @@ <input type="text" id="ssid" class="input" placeholder="SSID" /> <input type="password" id="password" class="input" placeholder="Password" /> + <p data-alert></p> + <footer class="form__footer"> <button type="submit" class="button"> NEXT @@ -125,6 +127,7 @@ If you lose it, don't worry. You can reset and re-pair your device on this page at any time. </p> <div class="input-group" data-key></div> + <p data-alert></p> </form> <form id="form-result-failure" class="form"> |
