Added echo
This commit is contained in:
+3
-3
@@ -121,9 +121,9 @@
|
||||
<h1 class="text-muted">
|
||||
Team Login
|
||||
</h1>
|
||||
<input type="text" name="" placeholder="Gruppe navn">
|
||||
<input type="password" name="" placeholder="Password">
|
||||
<input type="submit" name="" value="Login" href="#">
|
||||
<input type="text" id="groupName" name="" placeholder="Gruppe navn">
|
||||
<input type="password" id="groupPassword" name="" placeholder="Password">
|
||||
<input type="submit" id="qweLog" name="" value="Login" >
|
||||
</form>
|
||||
</div>
|
||||
<div class="tab-pane fade" id="Registrer" role="tabpanel" aria-labelledby="RegistrerTab">
|
||||
|
||||
Reference in New Issue
Block a user