jdk-8u161-nb-8_2-windows-x64
<!DOCTYPE html> <html> <head> <title>Pendaftaran SMP</title> <link rel="stylesheet" type="text/css" href="../css1/style1.css"> <link rel="stylesheet" type="text/css" href="../css1/font-awesome.css"> </head> <body> <div class="container"> <img src="../img/user.png"> <form action="check.php" method="post"> <div class="form-input"> <input type="text" name="user" placeholder="Enter Username"> </div> <div class="form-input"> <input type="password" name="password" placeholder="Enter Password"> </div> <input type="submit" name="submit" class="btn-submit" value="Submit"> </form> </div> </body> ...
Comments
Post a Comment