Fixed Terms of Agreement.

This commit is contained in:
Batuhan Berk Başoğlu 2024-06-08 17:02:03 -04:00
parent 1897a3eaad
commit b170abd1fc
3 changed files with 2 additions and 15 deletions

View file

@ -155,19 +155,6 @@ white-space: nowrap;
<input class="input100" type="password" name="password" placeholder="*************">
<span class="focus-input100"></span>
</div>
<div class="flex-m w-full p-b-33">
<div class="contact100-form-checkbox">
<input class="input-checkbox100" id="ckb1" type="checkbox" name="remember-me">
<label class="label-checkbox100" for="ckb1">
<span class="txt1">
I agree to the
<a href="#" class="txt2 hov1">
Terms of User
</a>
</span>
</label>
</div>
</div>
<div class="container-login100-form-btn">
<div class="wrap-login100-form-btn">
<div class="login100-form-bgbtn"></div>

View file

@ -77,7 +77,7 @@ if(isset($_SESSION["uid"])){
</div>
<div class="flex-m w-full p-b-33">
<div class="contact100-form-checkbox">
<input class="input-checkbox100" id="ckb1" type="checkbox" name="remember-me">
<input class="input-checkbox100" id="ckb1" type="checkbox" name="remember-me" required>
<label class="label-checkbox100" for="ckb1">
<span class="txt1">
I agree to the

View file

@ -1,5 +1,5 @@
<?php
include "header.php";
include "homeheader.php";
?>