124 lines
3.6 KiB
PHP
124 lines
3.6 KiB
PHP
<html lang="en">
|
|
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title> Soporte - La Pieza.DO </title>
|
|
<!-- /Required meta tags -->
|
|
|
|
<!-- Favicon -->
|
|
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
|
|
<!-- /Favicon -->
|
|
|
|
<!-- All CSS -->
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik">
|
|
<!-- Vendor Css -->
|
|
<link rel="stylesheet" href="css/vendor.css">
|
|
<!-- /Vendor Css -->
|
|
|
|
<!-- Plugin Css -->
|
|
<link rel="stylesheet" href="css/plugins.css">
|
|
<!-- Plugin Css -->
|
|
|
|
<!-- Icons Css -->
|
|
<link rel="stylesheet" href="css/icons.css">
|
|
<!-- /Icons Css -->
|
|
|
|
<!-- Style Css -->
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<!-- /Style Css -->
|
|
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/line-awesome/css/line-awesome.min.css" integrity="sha512-vebUliqxrVkBy3gucMhClmyQP9On/HAWQdKDXRaAlb/FKuTbxkjPKUyqVOxAcGwFDka79eTF+YXwfke1h3/wfg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<!-- /All CSS -->
|
|
|
|
</head>
|
|
|
|
<!-- PreLoader -->
|
|
<div id="preloader">
|
|
<div id="status">
|
|
<div class="spinner"></div>
|
|
</div>
|
|
</div>
|
|
<!--Preloader-->
|
|
|
|
<!-- Forget Password -->
|
|
<div class="main-content- bg-img" style="background-image: url(img/bg/user.png);">
|
|
<!-- Container -->
|
|
<div class="container h-100">
|
|
<!-- row -->
|
|
<div class="row h-100 align-items-center justify-content-center">
|
|
<!-- col -->
|
|
<div class="col-md-8 col-lg-5">
|
|
<!-- Middle Box -->
|
|
<div class="middle-box mt-60 login-bg">
|
|
<div class="col-12 col-md-12 col-lg-12 col-xl-12 px-lg-12 my-5">
|
|
<div class="login-signup-wrap px-4 px-lg-5 pt-20 my-5">
|
|
<!-- Heading -->
|
|
<h1 class="text-center mb-1">
|
|
Password Reset
|
|
</h1>
|
|
|
|
<!-- Subheading -->
|
|
<p class="text-muted text-center mb-5">
|
|
Enter your email to get a password reset link.
|
|
</p>
|
|
|
|
<!-- Form -->
|
|
<form class="login-signup-form">
|
|
<div class="form-group">
|
|
<!-- Label -->
|
|
|
|
<!-- Input group -->
|
|
<div class="input-group input-group-merge">
|
|
<div class="input-icon">
|
|
<i class="ri-mail-line color-primary"></i>
|
|
</div>
|
|
<input type="email" class="form-control" placeholder="name@address.com" />
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Submit -->
|
|
<button class="btn btn-lg btn-block solid-btn-login border-radius mt-4 mb-3">
|
|
Sign In
|
|
</button>
|
|
|
|
<!-- Link -->
|
|
<div class="text-center pb-20">
|
|
<small class="text-muted text-center">
|
|
Already have an account?
|
|
<a href='/login'>Log in</a>.
|
|
</small>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- col -->
|
|
</div>
|
|
<!-- row -->
|
|
</div>
|
|
<!-- Container -->
|
|
</div>
|
|
<!-- /Forget Password -->
|
|
|
|
<!-- JS -->
|
|
|
|
<!-- Vendor Js -->
|
|
<script src="js/vendors.js"></script>
|
|
<!-- /Vendor js -->
|
|
|
|
<!-- Plugins Js -->
|
|
<script src="js/plugins.js"></script>
|
|
<!-- /Plugins Js -->
|
|
|
|
<!-- Main JS -->
|
|
<script src="js/main.js"></script>
|
|
<!-- /Main JS -->
|
|
|
|
<!-- /JS -->
|
|
|
|
</body>
|
|
|
|
</html> |