<html>
<body>
<h1> Make you user </h1>
<form method="post" action="">
<p> Login: <input type="text" name="user" value="" /></p>
<p> Password: <input type="password" name="pwd" value="" /><input type="submit" value="Make" /></p>
</form>
</body>
</html>