This commit is contained in:
2023-09-14 12:03:17 +08:00
commit 10312f0ada
18 changed files with 5555 additions and 0 deletions
+20
View File
@@ -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>