# Conflicts:
#	code/245/245.html
This commit is contained in:
DESKTOP-BM6RJU5\wyanh 2024-04-01 18:12:29 +08:00
parent a4412cd3df
commit 5b6e0f0ba6
1 changed files with 28 additions and 0 deletions

28
code/245/245.html Normal file
View File

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>简约灵动的深色登录界面</title>
<link rel="stylesheet" href="245.css">
</head>
<body>
<div class="login-box">
<h2>用户登录</h2>
<form>
<div class="user-box">
<input type="text" required>
<label>账号</label>
</div>
<div class="user-box">
<input type="password" required>
<label>密码</label>
</div>
<a href="#">
<span></span><span></span><span></span><span></span>
登录
</a>
</form>
</div>
</body>
</html>