docs: 2026-05-19作业

This commit is contained in:
2026-05-26 01:18:33 +08:00
parent 8dd1fae2e1
commit 546f231698
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>hw</title>
</head>
<body>
<form action="" method="post">
<span>用户名:</span><br>
<input type="text" name="username"><br>
<span>密码:</span><br>
<input type="password" name="password"><br>
<p><input type="submit" value="登录"></p>
</form>
</body>
</html>