Compare commits

...

5 Commits

  1. 2
      README.md
  2. 14
      login.html/login.html.txt

2
README.md

@ -1,2 +1,4 @@
# se-team-project
# The SE Team Project (Modified by Dev A)
Welcome! Please [Login Here](login.html).

14
login.html/login.html.txt

@ -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…
Cancel
Save