summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index a89668a..b3cd3ae 100644
--- a/index.html
+++ b/index.html
@@ -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>