优化项目结构

This commit is contained in:
2025-09-27 15:02:52 +08:00
parent 4f486b367f
commit cee525b82e
61 changed files with 1015 additions and 208 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<form>
<label for="username">用户名:</label>
<input type="text" id="username" name="username"><br><br>
<input type="checkbox" id="remember">
<label for="remember">记住用户名</label><br><br>
<input type="button" value="提交" onclick="submitForm()">
</form>
</body>
</html>