diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ <input type="password" id="password" hint="Passwort" required> <button type="submit">Einloggen</button> </form> + <div data-role="popup" id="loginpopup"> + <p>Deine Logindaten sind inkorrekt.</p> + </div> </div> </div> </div> |
