|
Server IP : 45.113.226.95 / Your IP : 216.73.216.239 Web Server : LiteSpeed System : Linux bharat.hostitbro.com 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64 User : digita21 ( 1701) PHP Version : 8.3.30 Disable Function : mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0750) : /home2/digita21/realpropertyindia.com/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
session_start();
include("config.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Webartinfo">
<meta name="author" content="Webartinfo">
<title>Real Estate India</title>
<!-- Favicon Icon -->
<link rel="icon" type="image/png" href="img/favicon.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Icons -->
<link href="vendor/icons/css/materialdesignicons.min.css" media="all" rel="stylesheet" type="text/css" />
<!-- Select2 CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" />
<link href="vendor/select2/css/select2-bootstrap.css" />
<link href="vendor/select2/css/select2.min.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<?php
include('./inc/header.php');
?>
<section style="background: linear-gradient(135deg,#3b82f6,#9333ea);">
<div class="container">
<div class="row align-items-center hv-100">
<div class="col-lg-4 col-md-4 mx-auto">
<div class="card padding-card mb-0">
<div class="card-body">
<h5 class="card-title mb-4">Reset Password</h5>
<form action="index.html">
<div class="form-group">
<label>Email address <span class="text-danger">*</span></label>
<input type="email" class="form-control" placeholder="Your Email or Username">
</div>
<button type="submit" class="btn btn-success btn-block">RESET PASSWORD</button>
</form>
<div class="mt-4 text-center">
Don't have an account? <a href="register.php">Register</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
include('./inc/footer.php');
?>