📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-functions.php
0.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Quick DebtFunds</title> <link rel="shortcut icon" href="img/fav.png" /> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta content="" name="keywords"> <meta content="" name="description"> <!-- Google Web Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:slnt,wght@-10..0,100..900&display=swap" rel="stylesheet"> <!-- Icon Font Stylesheet --> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"/> <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet"> <!-- Libraries Stylesheet --> <link rel="stylesheet" href="lib/animate/animate.min.css"/> <link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet"> <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet"> <!-- Customized Bootstrap Stylesheet --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Template Stylesheet --> <link href="css/style.css" rel="stylesheet"> </head> <body> <!-- Spinner Start --> <div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center"> <div class="spinner-border text-primary" style="width: 3rem; height: 3rem;" role="status"> <span class="sr-only">Loading...</span> </div> </div> <!-- Spinner End --> <!-- Navbar & Hero Start --> <div class="container-fluid nav-bar px-0 px-lg-4 py-lg-0"> <div class="container"> <nav class="navbar navbar-expand-lg navbar-light"> <a href="index.php" class="navbar-brand p-0"> <img src="img/logo.png" alt="Logo"> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"> <span class="fa fa-bars"></span> </button> <div class="collapse navbar-collapse" id="navbarCollapse"> <div class="navbar-nav mx-0 mx-lg-auto"> <a href="index.php" class="nav-item nav-link active">Home</a> <a href="about.php" class="nav-item nav-link">About</a> <div class="nav-item dropdown"> <a href="#" class="nav-link" data-bs-toggle="dropdown"> <span class="dropdown-toggle">Finance</span> </a> <div class="dropdown-menu"> <a href="finance1.php" class="dropdown-item">Investment</a> <a href="finance2.php" class="dropdown-item">Tax</a> <a href="finance3.php" class="dropdown-item">Forex</a> <a href="finance4.php" class="dropdown-item">Retirement Planning</a> <a href="finance5.php" class="dropdown-item">Cryptocurrency</a> </div> </div> <div class="nav-item dropdown"> <a href="#" class="nav-link" data-bs-toggle="dropdown"> <span class="dropdown-toggle">Loan</span> </a> <div class="dropdown-menu"> <a href="loan1.php" class="dropdown-item">Personal Loan</a> <a href="loan2.php" class="dropdown-item">Auto Loan</a> <a href="loan4.php" class="dropdown-item">Student Loan</a> <a href="loan5.php" class="dropdown-item">Home Equity Loan</a> </div> </div> <div class="nav-item dropdown"> <a href="#" class="nav-link" data-bs-toggle="dropdown"> <span class="dropdown-toggle">Insurance</span> </a> <div class="dropdown-menu"> <a href="service1.php" class="dropdown-item">Life Insurance</a> <a href="service2.php" class="dropdown-item">Health Insurance </a> <a href="service3.php" class="dropdown-item">Car Insurance</a> <a href="service4.php" class="dropdown-item">Home Insurance</a> <a href="service5.php" class="dropdown-item">Renters Insurance</a> <a href="service6.php" class="dropdown-item">Travel Insurance</a> <a href="service7.php" class="dropdown-item">Pet Insurance</a> <a href="service8.php" class="dropdown-item">Event Insurance</a> </div> </div> <a href="contact.php" class="nav-item nav-link">Contact</a> <div class="nav-btn px-3"> <a class="btn btn-primary rounded-pill py-2 px-4 ms-3 flex-shrink-0" onclick="openPopup()"> Get a Quote</a> <div class="popup-container" id="popupContainer"> <div class="popup"> <div style="padding-bottom:10px;"> <button class="close-btn" onclick="closePopup()">X</button> <h2>Subscribe to Get Free Quote</h2> </div> <form> <div class="row g-3"> <div class="col-lg-12 col-xl-8"> <p style="font-size: 14px;">Join our community and be the first to receive exclusive updates, and latest news in insurance, finance, and security planning delivered straight to your inbox!</p> <div class="form-floating"> <input type="text" class="form-control border-0" id="name" placeholder="Your Name"> <label for="name">Your Name</label> </div> </div> <div class="col-lg-12 col-xl-8"> <div class="form-floating"> <input type="email" class="form-control border-0" id="email" placeholder="Your Email"> <label for="email">Your Email</label> </div> </div> <div class="col-6"> <button class="btn btn-primary w-100 py-3">Subscribe</button> </div> </div> </form> </div> </div> <script> function openPopup() { document.getElementById('popupContainer').style.display = 'flex'; } function closePopup() { document.getElementById('popupContainer').style.display = 'none'; } </script> </div> </div> </div> </nav> </div> </div> <!-- Navbar & Hero End --> <!-- Modal Search Start --> <div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-fullscreen"> <div class="modal-content rounded-0"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Search by keyword</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body d-flex align-items-center bg-primary"> <div class="input-group w-75 mx-auto d-flex"> <input type="search" class="form-control p-3" placeholder="keywords" aria-describedby="search-icon-1"> <span id="search-icon-1" class="btn bg-light border nput-group-text p-3"><i class="fa fa-search"></i></span> </div> </div> </div> </div> </div> <!-- Modal Search End --> <!-- Carousel Start --> <div class="header-carousel owl-carousel"> <div class="header-carousel-item" style="background: url(img/s1.jpg) center center no-repeat;"> <div class="carousel-caption"> <div class="container"> <div class="row g-4 align-items-center"> <div class="col-lg-7 animated fadeInLeft"> <div class="text-sm-center text-md-start"> <h4 class="text-white text-uppercase fw-bold mb-4">Welcome To Quick DebtFunds</h4> <h1 class="display-1 text-white mb-4">Health Insurance Makes You Happy</h1> <p class="mb-5 fs-5">We accept health insurance to make quality healthcare more accessible and affordable. Our team helps you navigate coverage, ensuring you get the care you need without financial stress. </p> <div class="d-flex justify-content-center justify-content-md-start flex-shrink-0 mb-4"> <a class="btn btn-dark rounded-pill py-3 px-4 px-md-5 ms-2" href="service2.php">Learn More</a> </div> </div> </div> <div class="col-lg-5 animated fadeInRight"> </div> </div> </div> </div> </div> <div class="header-carousel-item" style="background: url(img/s2.jpg) center center no-repeat;"> <div class="carousel-caption"> <div class="container"> <div class="row gy-4 gy-lg-0 gx-0 gx-lg-5 align-items-center"> <div class="col-lg-5 animated fadeInLeft"> </div> <div class="col-lg-7 animated fadeInRight"> <div class="text-sm-center text-md-end"> <h4 class="text-white text-uppercase fw-bold mb-4">Welcome To Quick DebtFunds</h4> <h1 class="display-1 text-white mb-4">Life Insurance Makes You Happy</h1> <p class="mb-5 fs-5">Life is unpredictable, but your family’s future doesn’t have to be. With reliable life insurance, you can ensure financial security and peace of mind for your loved ones. </p> <div class="d-flex justify-content-center justify-content-md-end flex-shrink-0 mb-4"> <a class="btn btn-dark rounded-pill py-3 px-4 px-md-5 ms-2" href="service1.php">Learn More</a> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Carousel End --> <!-- Feature Start --> <div class="container-fluid feature bg-light py-5"> <div class="container py-5"> <div class="pb-5 wow fadeInUp" data-wow-delay="0.2s" style="max-width: 800px;"> <h4 class="text-primary">Our Features</h4> <h1 class="display-4 mb-4">Insurance Provide you a Better Future</h1> </div> <div class="row g-4"> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.2s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fa fa-life-ring fa-3x"></i> </div> <h4 class="mb-4">Life Insurance</h4> <p class="mb-4"style="font-size:12px">Our life insurance plans ensure that you and your loved ones are financially protected, no matter what the future holds... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service1.php">Learn More</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.4s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fas fa-heart fa-3x"></i> </div> <h4 class="mb-4">Health Insurance</h4> <p class="mb-4" style="font-size:12px">Health is wealth, and protecting it should be a top priority. Our comprehensive health insurance plans ensure you and your family... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service2.php">Learn More</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.6s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fas fa-taxi fa-3x"></i> </div> <h4 class="mb-4">Car Insurance</h4> <p class="mb-4" style="font-size:12px">Your car is more than just a vehicle; it’s an essential part of your daily life. Protect it from unexpected events... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service3.php">Learn More</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.8s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fas fa-hotel fa-3x"></i> </div> <h4 class="mb-4">Home Insurance</h4> <p class="mb-4" style="font-size:12px">Your home is not just a place where you live; it’s a sanctuary for your family and personal belongings. Protecting your home... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service4.php">Learn More</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.2s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fas fa-hot-tub fa-3x"></i> </div> <h4 class="mb-4">Renters Insurance</h4> <p class="mb-4" style="font-size:12px">As a renter, protecting your belongings is essential. Renters insurance ensures that you are financially covered... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service5.php">Learn More</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.4s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fas fa-plane-departure fa-3x"></i> </div> <h4 class="mb-4">Travel Insurance</h4> <p class="mb-4" style="font-size:12px">Traveling can be one of the most exciting and fulfilling experiences in life. However, it also comes with its fair share of uncertainties... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service6.php">Learn More</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.6s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fas fa-dog fa-3x"></i> </div> <h4 class="mb-4">Pet Insurance</h4> <p class="mb-4" style="font-size:12px">As a pet owner, your furry friends are family, and their health and well-being are of utmost importance. Pet insurance... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service7.php">Learn More</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.8s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fas fa-address-card fa-3x"></i> </div> <h4 class="mb-4">Event Insurance</h4> <p class="mb-4" style="font-size:12px">Event insurance offers protection against unforeseen circumstances, including cancellations, property damage, or accidents... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service8.php">Learn More</a> </div> </div> </div> </div> </div> <!-- Feature End --> <!-- Service Start --> <div class="container-fluid service py-5"> <div class="container py-5"> <div class="pb-5 wow fadeInUp" data-wow-delay="0.2s" style="max-width: 800px;"> <h4 class="text-primary">Our Loan Services</h4> <h1 class="display-4 mb-4">We Provide Best Loan Services</h1> </div> <div class="row g-4 justify-content-center"> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.2s"> <div class="service-item"> <div class="service-img"> <img src="img/blog-2.png" class="img-fluid rounded-top w-100" alt=""> <div class="service-icon p-3"> <i class="fa fa-home fa-2x"></i> </div> </div> <div class="service-content p-4"> <div class="service-content-inner"> <a href="#" class="d-inline-block h4 mb-4">Personal Loan</a> <p class="mb-4" style="font-size:12px">Personal loans are a versatile financial tool designed to cover a wide range of expenses. </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="loan1.php">Read More</a> </div> </div> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.6s"> <div class="service-item"> <div class="service-img"> <img src="img/blog-4.png" class="img-fluid rounded-top w-100" alt=""> <div class="service-icon p-3"> <i class="fa fa-hospital fa-2x"></i> </div> </div> <div class="service-content p-4"> <div class="service-content-inner"> <a href="#" class="d-inline-block h4 mb-4">Student Loan</a> <p class="mb-4" style="font-size:12px">Education is one of the most valuable investments you can make in your future, and student loans</p> <a class="btn btn-primary rounded-pill py-2 px-4" href="loan4.php">Read More</a> </div> </div> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.4s"> <div class="service-item"> <div class="service-img"> <img src="img/blog-1.png" class="img-fluid rounded-top w-100" alt=""> <div class="service-icon p-3"> <i class="fa fa-car fa-2x"></i> </div> </div> <div class="service-content p-4"> <div class="service-content-inner"> <a href="#" class="d-inline-block h4 mb-4">Auto Loan</a> <p class="mb-4" style="font-size:12px">Auto loans are a popular choice for people looking to finance the purchase of a new or used vehicle.</p> <a class="btn btn-primary rounded-pill py-2 px-4" href="loan2.php">Read More</a> </div> </div> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.8s"> <div class="service-item"> <div class="service-img"> <img src="img/blog-3.png" class="img-fluid rounded-top w-100" alt=""> <div class="service-icon p-3"> <i class="fa fa-users fa-2x"></i> </div> </div> <div class="service-content p-4"> <div class="service-content-inner"> <a href="#" class="d-inline-block h4 mb-4">Equity Loan</a> <p class="mb-4" style="font-size:12px">Home equity loans are a popular financial tool for homeowners who wish to borrow against the value</p> <a class="btn btn-primary rounded-pill py-2 px-4" href="loan5.php">Read More</a> </div> </div> </div> </div> </div> </div> </div> <!-- Service End --> <!-- Feature Start --> <div class="container-fluid feature bg-light py-5"> <div class="container py-5"> <div class="pb-5 wow fadeInUp" data-wow-delay="0.2s" style="max-width: 800px;"> <h4 class="text-primary">Our Finance</h4> <h1 class="display-4 mb-4">We Providce Best Finance Service</h1> </div> <div class="row g-4"> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.2s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fa fa-life-ring fa-3x"></i> </div> <h4 class="mb-4">Life Insurance</h4> <p class="mb-4"style="font-size:12px">Our life insurance plans ensure that you and your loved ones are financially protected, no matter what the future holds... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service1.php">Learn More</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.4s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fas fa-heart fa-3x"></i> </div> <h4 class="mb-4">Health Insurance</h4> <p class="mb-4" style="font-size:12px">Health is wealth, and protecting it should be a top priority. Our comprehensive health insurance plans ensure you and your family... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service2.php">Learn More</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.6s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fas fa-taxi fa-3x"></i> </div> <h4 class="mb-4">Car Insurance</h4> <p class="mb-4" style="font-size:12px">Your car is more than just a vehicle; it’s an essential part of your daily life. Protect it from unexpected events... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service3.php">Learn More</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.8s"> <div class="feature-item p-4 pt-0"> <div class="feature-icon p-4 mb-4"> <i class="fas fa-hotel fa-3x"></i> </div> <h4 class="mb-4">Home Insurance</h4> <p class="mb-4" style="font-size:12px">Your home is not just a place where you live; it’s a sanctuary for your family and personal belongings. Protecting your home... </p> <a class="btn btn-primary rounded-pill py-2 px-4" href="service4.php">Learn More</a> </div> </div> </div> </div> </div> <!-- Blog Start --> <div class="container-fluid blog py-5"> <div class="container py-5"> <div class="pb-5 wow fadeInUp" data-wow-delay="0.2s" style="max-width: 800px;"> <h4 class="text-primary">From Blog</h4> <h1 class="display-4 mb-4">News And Updates</h1> </div> <div class="row g-4 justify-content-center"> <div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.2s"> <div class="blog-item"> <div class="blog-img"> <img src="img/b1.jpg" class="img-fluid rounded-top w-100" alt=""> <div class="blog-categiry py-2 px-4"> <span>Insurance</span> </div> </div> <div class="blog-content p-4"> <a href="blog1.php" class="h4 d-inline-block mb-3">Why Car Insurance is Essential for Every Driver</a> <p class="mb-3">Car insurance is a crucial part of being a responsible driver. It not only protects you financially in case of accidents or damage but also ensures that you meet legal requirements</p> <a href="blog1.php" class="btn p-0">Read More <i class="fa fa-arrow-right"></i></a> </div> </div> </div> <div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.4s"> <div class="blog-item"> <div class="blog-img"> <img src="img/b2.jpg" class="img-fluid rounded-top w-100" alt=""> <div class="blog-categiry py-2 px-4"> <span>Insurance</span> </div> </div> <div class="blog-content p-4"> <a href="blog2.php" class="h4 d-inline-block mb-3">Why Home Insurance is a Must-Have for Homeowners</a> <p class="mb-3">Your home is likely the biggest investment you'll ever make, and it’s important to protect it. Home insurance provides the financial security you need in case of unexpected events, </p> <a href="blog2.php" class="btn p-0">Read More <i class="fa fa-arrow-right"></i></a> </div> </div> </div> <div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.6s"> <div class="blog-item"> <div class="blog-img"> <img src="img/b3.jpg" class="img-fluid rounded-top w-100" alt=""> <div class="blog-categiry py-2 px-4"> <span>Insurance</span> </div> </div> <div class="blog-content p-4"> <a href="blog3.php" class="h4 d-inline-block mb-3">Why Travel Insurance is Essential for Every Trip</a> <p class="mb-3">When planning a trip, whether it's for business, leisure, or a special occasion, it's easy to focus on the exciting aspects like booking flights, choosing accommodations, and planning activities. </p> <a href="blog3.php" class="btn p-0">Read More <i class="fa fa-arrow-right"></i></a> </div> </div> </div> </div> </div> </div> <!-- Blog End --> <!-- Copyright Start --> <div class="container-fluid copyright py-4"> <div class="container"> <div class="row g-4 align-items-center"> <div class="col-md-6 text-center text-md-end mb-md-0" style="font-size: 12px;"> <span class="text-body"><a href="index.php" class="border-bottom text-white"><i class="fas fa-copyright text-light me-2"></i>2025 Quick DebtFunds</a>, All right reserved.</span> </div> <div class="col-md-6 text-center text-md-start text-body" style="font-size: 12px;"> <a class="border-bottom text-white" href="privacypolicy.php"> Privacy Policy </a><a class="border-bottom text-white" href="termsandconditions.php"> Terms & Conditions </a> </div> </div> </div> </div> <!-- Copyright End --> <!-- Back to Top --> <a href="#" class="btn btn-primary btn-lg-square rounded-circle back-to-top"><i class="fa fa-arrow-up"></i></a> <!-- JavaScript Libraries --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script> <script src="lib/wow/wow.min.js"></script> <script src="lib/easing/easing.min.js"></script> <script src="lib/waypoints/waypoints.min.js"></script> <script src="lib/counterup/counterup.min.js"></script> <script src="lib/lightbox/js/lightbox.min.js"></script> <script src="lib/owlcarousel/owl.carousel.min.js"></script> <!-- Template Javascript --> <script src="js/main.js"></script> </body> </html>
Save