implement user and login

This commit is contained in:
derlole
2025-05-15 09:32:30 +00:00
parent e268f0befb
commit 1f3bc505a0
7 changed files with 82 additions and 46 deletions

View File

@@ -16,7 +16,7 @@
<input type="text" placeholder="Username" id="usrnm">
<input type="password" placeholder="Passwort" id="pw">
<button id="login-btn">Login</button>
<button>Erstelle Nutzer</button>
<button id="create-btn">Erstelle Nutzer</button>
</div>
<script src="{{ url_for('static', filename='login.js') }}"></script>