Skip to content

Commit

Permalink
Create login.html
Browse files Browse the repository at this point in the history
Signed-off-by: Manelisi Mpotulo <mpotulom28@gmail.com>
  • Loading branch information
mmpotulo28 committed Dec 9, 2023
1 parent c7d03e6 commit 95e2c0e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions v.3.0/login/login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
</head>
<body>
<form action="login.php" method="post">
<label for="username">Username:</label>
<input type="text" id="username" name="username"><br><br>
<label for="password">Password:</label>
<input type="password" id="password" name="password"><br><br>
<input type="submit" value="Submit">
</form>

</body>
</html>

0 comments on commit 95e2c0e

Please sign in to comment.