删除文件 code/245/245.html

This commit is contained in:
YanH 2024-04-01 10:01:47 +00:00 committed by Gitee
parent 75ae4b458b
commit a4412cd3df
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
<!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>
<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>
</div>
</body>
</html>