zeta
Version:
Write node web app in an angular and unexpress way
15 lines (14 loc) • 369 B
HTML
<html>
<head>
<title>Please Login</title>
</head>
<body>
<form method="post" action="/login">
<label>You Name </label>
<input type="text" name="user" value="" />
<label>Password(which doesn't matter)</label>
<input type="text" name="pw" value="" />
<input type="submit" name="" value="login" />
</form>
</body>
</html>