1 Star 0 Fork 24

fzly05 / AdminEx

forked from Dlg / AdminEx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
registration.html 2.93 KB
一键复制 编辑 原始数据 按行查看 历史
Dlg 提交于 2017-04-18 14:48 . no commit message
<!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="">
<meta name="author" content="ThemeBucket">
<link rel="shortcut icon" href="#" type="image/png">
<title>Registration</title>
<link href="css/style.css" rel="stylesheet">
<link href="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="js/html5shiv.js"></script>
<script src="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">Registration</h1>
<img src="images/login-logo.png" alt=""/>
</div>
<div class="login-wrap">
<p>Enter your personal details below</p>
<input type="text" autofocus="" placeholder="Full Name" class="form-control">
<input type="text" autofocus="" placeholder="Address" class="form-control">
<input type="text" autofocus="" placeholder="Email" class="form-control">
<input type="text" autofocus="" placeholder="City/Town" class="form-control">
<div class="radios">
<label for="radio-01" class="label_radio col-lg-6 col-sm-6">
<input type="radio" checked="" value="1" id="radio-01" name="sample-radio"> Male
</label>
<label for="radio-02" class="label_radio col-lg-6 col-sm-6">
<input type="radio" value="1" id="radio-02" name="sample-radio"> Female
</label>
</div>
<p> Enter your account details below</p>
<input type="text" autofocus="" placeholder="User Name" class="form-control">
<input type="password" placeholder="Password" class="form-control">
<input type="password" placeholder="Re-type Password" class="form-control">
<label class="checkbox">
<input type="checkbox" value="agree this condition"> I agree to the Terms of Service and Privacy Policy
</label>
<button type="submit" class="btn btn-lg btn-login btn-block">
<i class="fa fa-check"></i>
</button>
<div class="registration">
Already Registered.
<a href="login.html" class="">
Login
</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="js/jquery-1.10.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.min.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/fzly05/adminex.git
git@gitee.com:fzly05/adminex.git
fzly05
adminex
AdminEx
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891