Files
Noja/examples/http_server/pages/login.html
T

13 lines
315 B
HTML

<html>
<head>
<title>Log-in page</title>
</head>
<body>
<form action="/login" method="POST">
<input type="text" name="user" placeholder="[Username]" />
<input type="password" name="pass" placeholder="[Password]" />
<input type="submit" value="Log-in" />
</form>
</body>
</html>