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

12 lines
305 B
HTML

<html>
<head>
<title>Login 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="Enter" />
</form>
</body>
</html>