diff options
| author | Li Zhineng <[email protected]> | 2025-07-13 16:52:06 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-13 16:52:06 +0800 |
| commit | 5f61c89768024f13b609d2b9e195b00224f46896 (patch) | |
| tree | 49e01d8a2314ae1b66d4ef953c480e2a07becaa9 /index.html | |
| parent | aa757aef706f36afd20da9ec051a1452ab5613ca (diff) | |
| download | setup-5f61c89768024f13b609d2b9e195b00224f46896.tar.gz setup-5f61c89768024f13b609d2b9e195b00224f46896.zip | |
alert component
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"> |
