demos
Version:
13 lines (12 loc) • 337 B
HTML
<html>
<head>
<title></title>
</head>
<body>
<form action="http://localhost:7777/login" method="post">
Enter your name<input type="text" name="username" value=""/><br/>
Enter the email<input type="text" name="email" value=""/><br/>
<input type="submit" name="login" value="Login"/>
</form>
</body>
</html>