1 Star 0 Fork 0

暖宝/nuanbaotest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 814 Bytes
一键复制 编辑 原始数据 按行查看 历史
暖宝 提交于 2020-06-10 14:59 . testweb
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>用户登录</title>
<script type="text/javascript" src="js/jquery.min.js" ></script>
<script type="text/javascript" src="js/bootstrap.min.js" ></script>
<link rel="stylesheet" href="css/bootstrap.min.css" />
</head>
<body>
<div class="text-center">
<h3>用户登录</h3>
</div>
<form action="" method="get">
<div class="form-group">
<label>用户名</label>
<input type="text" class="form-control" id="name" placeholder="请输入用户名">
</div>
<div class="form-group">
<label>密码</label>
<input type="password" class="form-control" id="psword" placeholder="请输入用户密码" >
</div>
<button class="btn btn-danger"></button>
</form>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/warm_treasure/nuanbaotest.git
[email protected]:warm_treasure/nuanbaotest.git
warm_treasure
nuanbaotest
nuanbaotest
master

搜索帮助