<!DOCTYPE html>
<html>
<head>
<title>Login Form</title>
</head>
<body>
<form>
Username: <input type="text"><br>
Password: <input type="password"><br>
<input type="submit" value="Login">
</form>

</body>
</html>

Post a Comment

Previous Post Next Post