qfedu-web/www/form1.html

21 lines
535 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="flykhan" />
<meta name="keywords" content="c c++ 物联网" />
<title>表单1</title>
</head>
<body>
<form method="post" action="/cgi-bin/login.cgi">
<label>用户:</label>
<input name="login_name" /><br />
<label>密码:</label>
<input name="login_pwd" type="password" /><br />
<button type="submit">提交</button>
<button type="reset">重置</button>
</form>
</body>
</html>