You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
264 B

<!doctype html>
<html>
<form action="action.php" method="post">
<input type="text" name="name" placeholder="name" /><br>
<input type="text" name="password" placeholder="password" /></p>
<p><input type="submit" value="OK"></p>
</form>
</html>