Primer Primer Commit
This commit is contained in:
72
page-forgot-password.html
Normal file
72
page-forgot-password.html
Normal file
@@ -0,0 +1,72 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" class="h-100">
|
||||
|
||||
|
||||
<!-- Mirrored from travl-html.vercel.app/page-forgot-password.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 21 Sep 2025 15:57:52 GMT -->
|
||||
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="author" content="" />
|
||||
<meta name="robots" content="" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Travl : Hotel Admin Dashboard Bootstrap 5 Template" />
|
||||
<meta property="og:title" content="Travl : Hotel Admin Dashboard Bootstrap 5 Template" />
|
||||
<meta property="og:description" content="Travl : Hotel Admin Dashboard Bootstrap 5 Template" />
|
||||
<meta property="og:image" content="../travl.dexignlab.com/xhtml/social-image.png" />
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
|
||||
<!-- PAGE TITLE HERE -->
|
||||
<title>Travl Hotel Admin Dashboard</title>
|
||||
|
||||
<!-- FAVICONS ICON -->
|
||||
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
<body class="vh-100">
|
||||
<div class="authincation h-100">
|
||||
<div class="container h-100">
|
||||
<div class="row justify-content-center h-100 align-items-center">
|
||||
<div class="col-md-6">
|
||||
<div class="authincation-content">
|
||||
<div class="row no-gutters">
|
||||
<div class="col-xl-12">
|
||||
<div class="auth-form">
|
||||
<div class="text-center mb-3">
|
||||
<a href="index.html"><img src="images/logo-full.png" alt=""></a>
|
||||
</div>
|
||||
<h4 class="text-center mb-4">Forgot Password</h4>
|
||||
<form action="https://travl-html.vercel.app/index.html">
|
||||
<div class="mb-3">
|
||||
<label><strong>Email</strong></label>
|
||||
<input type="email" class="form-control" value="hello@example.com">
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<button type="submit" class="btn btn-primary btn-block">SUBMIT</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--**********************************
|
||||
Scripts
|
||||
***********************************-->
|
||||
<!-- Required vendors -->
|
||||
<script src="vendor/global/global.min.js"></script>
|
||||
<script src="js/custom.min.js"></script>
|
||||
<script src="js/dlabnav-init.js"></script>
|
||||
<script src="js/styleSwitcher.js"></script>
|
||||
</body>
|
||||
|
||||
<!-- Mirrored from travl-html.vercel.app/page-forgot-password.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 21 Sep 2025 15:57:52 GMT -->
|
||||
</html>
|
||||
Reference in New Issue
Block a user