docs: 2026-05-19作业
This commit is contained in:
16
2026-05-19/templates/login.html
Normal file
16
2026-05-19/templates/login.html
Normal 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>
|
||||
Reference in New Issue
Block a user