Spaces:
Running
Running
<!-- | |
// WEBSITE: https://themefisher.com | |
// TWITTER: https://twitter.com/themefisher | |
// FACEBOOK: https://www.facebook.com/themefisher | |
// GITHUB: https://github.com/themefisher/ | |
--> | |
<html lang="en"> | |
<head> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Mono - Responsive Admin & Dashboard Template</title> | |
<!-- GOOGLE FONTS --> | |
<link href="https://fonts.googleapis.com/css?family=Karla:400,700|Roboto" rel="stylesheet"> | |
<link href="plugins/material/css/materialdesignicons.min.css" rel="stylesheet" /> | |
<link href="plugins/simplebar/simplebar.css" rel="stylesheet" /> | |
<!-- PLUGINS CSS STYLE --> | |
<link href="plugins/nprogress/nprogress.css" rel="stylesheet" /> | |
<!-- MONO CSS --> | |
<link id="main-css-href" rel="stylesheet" href="css/style.css" /> | |
<!-- FAVICON --> | |
<link href="images/favicon.png" rel="shortcut icon" /> | |
<!-- | |
HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries | |
--> | |
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
<!--[if lt IE 9]> | |
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | |
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | |
<![endif]--> | |
<script src="plugins/nprogress/nprogress.js"></script> | |
</head> | |
</head> | |
<body class="bg-light-gray" id="body"> | |
<div class="container d-flex align-items-center justify-content-center" style="min-height: 100vh"> | |
<div class="d-flex flex-column justify-content-between"> | |
<div class="row justify-content-center mt-5"> | |
<div class="col-md-10"> | |
<div class="card card-default"> | |
<div class="card-header"> | |
<div class="app-brand w-100 d-flex justify-content-center border-bottom-0"> | |
<a class="w-auto pl-0" href="/index.html"> | |
<img src="images/logo.png" alt="Mono"> | |
<span class="brand-name text-dark">MONO</span> | |
</a> | |
</div> | |
</div> | |
<div class="card-body p-5"> | |
<h4 class="text-dark mb-5">Reset Your Password</h4> | |
<form action="/index.html"> | |
<div class="row"> | |
<div class="form-group col-md-12 mb-4"> | |
<input type="email" class="form-control input-lg" id="name" aria-describedby="nameHelp" placeholder="Email"> | |
</div> | |
<div class="col-md-12"> | |
<button type="submit" class="btn btn-primary btn-pill mb-4">Submit</button> | |
<p>Already have an account? | |
<a class="text-blue" href="sign-in.html">Sign in</a> | |
</p> | |
</div> | |
</div> | |
</form> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> | |