8 Star 0 Fork 0

Xiaoming/web-96110

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.49 KB
一键复制 编辑 原始数据 按行查看 历史
Xiaoming 提交于 2024-09-03 15:55 . no message
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>欢迎注册 百度</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
padding: 20px;
border: 1px solid #ccc;
max-width: 500px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
}
input {
width: 100%;
padding: 8px;
box-sizing: border-box;
}
button {
padding: 10px;
width: 100%;
}
.links {
margin-top: 10px;
}
</style>
</head>
<body>
<h2>欢迎注册 百度</h2>
<p>已有账号?<a href="https://www.7k7k.com" target="_blank">登录</a></p>
<form>
<div class="form-group">
<label for="username">用户名:</label>
<input type="text" id="username" name="username" placeholder="请设置用户名">
</div>
<div class="form-group">
<label for="phone">手机号:</label>
<input type="tel" id="phone" name="phone" placeholder="可用于登录和找回密码">
</div>
<div class="form-group">
<label for="password">密 码:</label>
<input type="password" id="password" name="password" placeholder="请设置登录密码">
</div>
<div class="form-group">
<label for="verification">验证码:</label>
<input type="text" id="verification" name="verification" placeholder="请输入验证码">
<script>
function showAlert() {
alert('验证码:0594');
}
</script>
<body>
<button onclick="showAlert()">获取验证码</button>
</body>
</div>
<div class="form-group">
<input type="checkbox" name="isAgree" id="isAgree" value="isAgree" />
<label>
<p><input type="checkbox" name="agreement" required>阅读并接受<a href="https://passport.baidu.com/static/passpc-account/html/protocal.html" target="_blank">《百度用户协议》</a>
<a href="https://passport.baidu.com/static/passpc-account/html/protocal.html" target="_blank">《百度隐私权保护声明》</a></p>
</label>
</div>
<button type="submit">注册</button>
</form>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/Xiaoming0611/web-96110.git
git@gitee.com:Xiaoming0611/web-96110.git
Xiaoming0611
web-96110
web-96110
master

搜索帮助