demos
Version:
12 lines (11 loc) • 389 B
HTML
<html>
<body>
<form action="http://localhost:3000">
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"/>
<!--a href="http://localhost:3000/login">Login</a>
<a href="http://localhost:3000/save">Save</a-->
</form>
</body>
</html>