87 lines
3.8 KiB
HTML
87 lines
3.8 KiB
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
|
||
|
|
||
|
<!-- Mirrored from technext.github.io/concept/pages/sign-up.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 09 Oct 2021 09:53:40 GMT -->
|
||
|
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
|
||
|
<head>
|
||
|
<!-- Required meta tags -->
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<title>Concept - Bootstrap 4 Admin Dashboard Template</title>
|
||
|
<!-- Bootstrap CSS -->
|
||
|
<link rel="stylesheet" href="../assets/vendor/bootstrap/css/bootstrap.min.css">
|
||
|
<link href="../assets/vendor/fonts/circular-std/style.css" rel="stylesheet">
|
||
|
<link rel="stylesheet" href="../assets/libs/css/style.css">
|
||
|
<link rel="stylesheet" href="../assets/vendor/fonts/fontawesome/css/fontawesome-all.css">
|
||
|
<style>
|
||
|
html,
|
||
|
body {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
display: -ms-flexbox;
|
||
|
display: flex;
|
||
|
-ms-flex-align: center;
|
||
|
align-items: center;
|
||
|
padding-top: 40px;
|
||
|
padding-bottom: 40px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<!-- ============================================================== -->
|
||
|
<!-- signup form -->
|
||
|
<!-- ============================================================== -->
|
||
|
|
||
|
<body>
|
||
|
<!-- ============================================================== -->
|
||
|
<!-- signup form -->
|
||
|
<!-- ============================================================== -->
|
||
|
<form class="splash-container">
|
||
|
<div class="card">
|
||
|
<div class="card-header">
|
||
|
<h3 class="mb-1">Registrations Form</h3>
|
||
|
<p>Please enter your user information.</p>
|
||
|
</div>
|
||
|
<div class="card-body">
|
||
|
<div class="form-group">
|
||
|
<input class="form-control form-control-lg" type="text" name="nick" required="" placeholder="Username" autocomplete="off">
|
||
|
</div>
|
||
|
<div class="form-group">
|
||
|
<input class="form-control form-control-lg" type="email" name="email" required="" placeholder="E-mail" autocomplete="off">
|
||
|
</div>
|
||
|
<div class="form-group">
|
||
|
<input class="form-control form-control-lg" id="pass1" type="password" required="" placeholder="Password">
|
||
|
</div>
|
||
|
<div class="form-group">
|
||
|
<input class="form-control form-control-lg" required="" placeholder="Confirm">
|
||
|
</div>
|
||
|
<div class="form-group pt-2">
|
||
|
<button class="btn btn-block btn-primary" type="submit">Register My Account</button>
|
||
|
</div>
|
||
|
<div class="form-group">
|
||
|
<label class="custom-control custom-checkbox">
|
||
|
<input class="custom-control-input" type="checkbox"><span class="custom-control-label">By creating an account, you agree the <a href="#">terms and conditions</a></span>
|
||
|
</label>
|
||
|
</div>
|
||
|
<div class="form-group row pt-0">
|
||
|
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 mb-2">
|
||
|
<button class="btn btn-block btn-social btn-facebook " type="button">Facebook</button>
|
||
|
</div>
|
||
|
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
|
||
|
<button class="btn btn-block btn-social btn-twitter" type="button">Twitter</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="card-footer bg-white">
|
||
|
<p>Already member? <a href="#" class="text-secondary">Login Here.</a></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</form>
|
||
|
</body>
|
||
|
|
||
|
|
||
|
|
||
|
<!-- Mirrored from technext.github.io/concept/pages/sign-up.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 09 Oct 2021 09:53:40 GMT -->
|
||
|
</html>
|