This commit is contained in:
jakani24
2024-01-15 17:00:34 +01:00
parent 9821dede1e
commit 20d2730349
2 changed files with 3 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ session_start();
<label for="password">Password:</label>
<input type="password" class="form-control" id="password" name="password" required>
</div>
<br>
<button type="submit" class="btn btn-primary btn-block">Login</button>
</form>
<br>