前端
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user