1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<title>Login Page</title> |
||||
|
</head> |
||||
|
<body> |
||||
|
<h2>User Login</h2> |
||||
|
<form> |
||||
|
Username: <input type="text" name="username"><br> |
||||
|
Password: <input type="password" name="password"><br> |
||||
|
<input type="submit" value="Login"> |
||||
|
</form> |
||||
|
</body> |
||||
|
</html> |
||||
Loading…
Reference in new issue