0
|
1 <!DOCTYPE html>
|
|
2 <html lang="en">
|
|
3
|
|
4 <head>
|
|
5 <script src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js"></script>
|
|
6 <meta charset="utf-8">
|
|
7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
8 <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
|
|
9 <link rel="icon" type="image/png" sizes="16x16" href="assets/demo/favicon.png">
|
|
10 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
11 <title>Forgot Password</title>
|
|
12 <!-- CSS -->
|
|
13 <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600|Roboto:400" rel="stylesheet" type="text/css">
|
|
14 <link href="assets/vendors/material-icons/material-icons.css" rel="stylesheet" type="text/css">
|
|
15 <link href="assets/vendors/mono-social-icons/monosocialiconsfont.css" rel="stylesheet" type="text/css">
|
|
16 <link href="assets/vendors/feather-icons/feather.css" rel="stylesheet" type="text/css">
|
|
17 <link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.7.0/css/perfect-scrollbar.min.css" rel="stylesheet" type="text/css">
|
|
18 <link href="assets/css/style.css" rel="stylesheet" type="text/css">
|
|
19 <!-- Head Libs -->
|
|
20 <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
|
|
21 </head>
|
|
22
|
|
23 <body class="body-bg-full profile-page" style="background-image: url(assets/demo/error-page.jpg)">
|
|
24 <div id="wrapper" class="wrapper">
|
|
25 <div class="row container-min-full-height align-items-center">
|
|
26 <div class="col-10 ml-sm-auto col-sm-6 col-md-4 ml-md-auto login-center login-center-mini mx-auto">
|
|
27 <div class="navbar-header text-center mb-3">
|
|
28 <a href="index.html">
|
|
29 <img alt="" src="assets/demo/logo-expand-dark.png">
|
|
30 </a>
|
|
31 </div>
|
|
32 <!-- /.navbar-header -->
|
|
33 <form class="form-material">
|
|
34 <p class="text-center text-muted">Enter your email address and we'll send you an email with instructions to reset your password.</p>
|
|
35 <div class="form-group no-gutters">
|
|
36 <input type="email" placeholder="[email protected]" class="form-control form-control-line" name="example-email" id="example-email">
|
|
37 <label for="example-email" class="col-md-12 mb-1">Email</label>
|
|
38 </div>
|
|
39 <div class="form-group mb-5">
|
|
40 <button class="btn btn-block btn-lg btn-color-scheme text-uppercase fs-12 fw-600" type="button">Submit</button>
|
|
41 </div>
|
|
42 </form>
|
|
43 <!-- /.form-material -->
|
|
44 <footer class="col-sm-12 text-center">
|
|
45 <hr>
|
|
46 <p>Back to <a href="page-login.html" class="text-primary m-l-5"><b>Login</b></a>
|
|
47 </p>
|
|
48 </footer>
|
|
49 </div>
|
|
50 <!-- /.login-right -->
|
|
51 </div>
|
|
52 <!-- /.row -->
|
|
53 </div>
|
|
54 <!-- /.body-container -->
|
|
55 <!-- Scripts -->
|
|
56 <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
57 <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
|
58 <script src="assets/js/material-design.js"></script>
|
|
59 </body>
|
|
60
|
|
61 </html> |