| <!DOCTYPE html> |
| <html> |
|
|
| <head> |
| <meta name="viewport" content="width=device-width"> |
| <title>replit</title> |
| <link href="style.css" rel="stylesheet" type="text/css" /> |
| </head> |
|
|
| <body> |
| <div> |
| <center> |
| <h2>7Project</h2> |
| <form action="login.php" method="post"> |
| <table> |
| <tr> |
| <td>Email</td> |
| <td><input type="text" name="email"></td> |
| </tr> |
| <tr> |
| <td>Password</td> |
| <td><input type="password" name="password"></td> |
| </tr> |
| <tr> |
| <td><input type="submit" name="Login" value="Login"></td> |
| <td><a href="register.html">Seem to not have an account?</a></td> |
| </tr> |
| </table> |
| </form> |
| |
| |
| |
| </center> |
| </div> |
|
|
| |
| </div> |
| </body> |
|
|
| </html> |