7Project / index.html
HachiRe's picture
Update index.html
7d57f0c verified
Raw
History Blame Contribute Delete
994 Bytes
<!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>
<!--<input type="text" placeholder="password">-->
<!--<a href="">Seem to not have an account?</a>-->
<!--<p>We recommend to visit https://www.passwordmonster.com/ to check your password's security level<p>-->
</center>
</div>
</div>
</body>
</html>