3 Star 1 Fork 0

xiaodan / logistics management system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
register.html 1.82 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Freud 提交于 2018-02-07 22:49 . add the index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="">
<link rel="shortcut icon" href="#" type="image/png">
<title>Register</title>
<link href="resources/css/style.css" rel="stylesheet">
<link href="resources/css/style-responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="login-body">
<div class="container">
<form class="form-signin" action="index.html">
<div class="form-signin-heading text-center">
<h1 class="sign-title">注册</h1>
</div>
<div class="login-wrap">
<input type="text" class="form-control" placeholder="用户名" autofocus>
<input type="password" class="form-control" placeholder="密码">
<input type="password" class="form-control" placeholder="确认密码">
<button class="btn btn-lg btn-login btn-block" type="submit">
<i class="fa fa-check"></i>
</button>
<div class="registration">
已经有账号?
<a class="" href="login.html">
登录
</a>
</div>
</div>
</form>
</div>
<!-- Placed js at the end of the document so the pages load faster -->
<!-- Placed js at the end of the document so the pages load faster -->
<script src="resources/js/jquery-1.10.2.min.js"></script>
<script src="resources/js/bootstrap.min.js"></script>
<script src="resources/js/modernizr.min.js"></script>
</body>
</html>
1
https://gitee.com/xiaodan_yu/logistics-management-system.git
git@gitee.com:xiaodan_yu/logistics-management-system.git
xiaodan_yu
logistics-management-system
logistics management system
master

搜索帮助