Compare commits
5 Commits
d0cd6c7893
...
9d946a989c
| Author | SHA1 | Date |
|---|---|---|
|
|
9d946a989c | 3 weeks ago |
|
|
c91e6da251 | 3 weeks ago |
|
|
cd5747bcd7 | 3 weeks ago |
|
|
a0fea4e241 | 3 weeks ago |
|
|
511b9d1f40 | 3 weeks ago |
2 changed files with 16 additions and 0 deletions
@ -1,2 +1,4 @@ |
|||
# se-team-project |
|||
# The SE Team Project (Modified by Dev A) |
|||
Welcome! Please [Login Here](login.html). |
|||
|
|||
|
|||
@ -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