Update login.php

This commit is contained in:
jakani24
2024-01-14 15:29:10 +01:00
parent 88b404d496
commit 10b05bb273

View File

@@ -16,7 +16,7 @@
<h4>Login to Cyberhex</h4> <h4>Login to Cyberhex</h4>
</div> </div>
<div class="card-body"> <div class="card-body">
<form> <form action="login.php" method="post">
<div class="form-group"> <div class="form-group">
<label for="username">Username:</label> <label for="username">Username:</label>
<input type="text" class="form-control" id="username" name="username" required> <input type="text" class="form-control" id="username" name="username" required>