代码拉取完成,页面将自动刷新
同步操作将从 Dlg/AdminEx 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。