📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
surefundeals
/
Name
Size
Perm
Actions
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.51 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
222.php
15.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
15.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
0.4 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
readme.html
7.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
7.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.34 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config.php
3.54 KB
0666
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-load.php
3.84 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-login.php
50.66 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
8.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-scanner.gz
21.5 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-scanner.php
0.15 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-settings.php
31.88 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-signup.php
33.94 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-trackback.php
5.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-ugebuild.gz
47.66 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-ugebuild.php
0.16 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
yyj.txt
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: price.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Sparlex - Spa Website Template</title> <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=Open+Sans:wght@400;600&family=PT+Serif:wght@400;700&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 href="lib/animate/animate.min.css" rel="stylesheet"> <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 w-100 vh-100 bg-white position-fixed translate-middle top-50 start-50 d-flex align-items-center justify-content-center"> <div class="spinner-grow text-primary" role="status"></div> </div> <!-- Spinner End --> <!-- Navbar start --> <div class="container-fluid sticky-top px-0"> <div class="container-fluid topbar d-none d-lg-block"> <div class="container px-0"> <div class="row align-items-center"> <div class="col-lg-8"> <div class="d-flex flex-wrap"> <a href="#" class="me-4 text-light"><i class="fas fa-map-marker-alt text-primary me-2"></i>Find A Location</a> <a href="#" class="me-4 text-light"><i class="fas fa-phone-alt text-primary me-2"></i>+01234567890</a> <a href="#" class="text-light"><i class="fas fa-envelope text-primary me-2"></i>Example@gmail.com</a> </div> </div> <div class="col-lg-4"> <div class="d-flex align-items-center justify-content-end"> <a href="#" class="me-3 btn-square border rounded-circle nav-fill"><i class="fab fa-facebook-f"></i></a> <a href="#" class="me-3 btn-square border rounded-circle nav-fill"><i class="fab fa-twitter"></i></a> <a href="#" class="me-3 btn-square border rounded-circle nav-fill"><i class="fab fa-instagram"></i></a> <a href="#" class="btn-square border rounded-circle nav-fill"><i class="fab fa-linkedin-in"></i></a> </div> </div> </div> </div> </div> <div class="container-fluid bg-light"> <div class="container px-0"> <nav class="navbar navbar-light navbar-expand-xl"> <a href="index.php" class="navbar-brand"> <h1 class="text-primary display-4">Sparlex</h1> </a> <button class="navbar-toggler py-2 px-3" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"> <span class="fa fa-bars text-primary"></span> </button> <div class="collapse navbar-collapse bg-light py-3" id="navbarCollapse"> <div class="navbar-nav mx-auto border-top"> <a href="index.php" class="nav-item nav-link">Home</a> <a href="about.php" class="nav-item nav-link">About</a> <a href="service.php" class="nav-item nav-link">Services</a> <a href="price.php" class="nav-item nav-link active">Price</a> <div class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Pages</a> <div class="dropdown-menu m-0 bg-secondary rounded-0"> <a href="team.php" class="dropdown-item">Team</a> <a href="testimonial.php" class="dropdown-item">Testimonial</a> <a href="gallery.php" class="dropdown-item">Gallery</a> <a href="appointment.php" class="dropdown-item">Appointment</a> <a href="404.php" class="dropdown-item">404 page</a> </div> </div> <a href="contact.php" class="nav-item nav-link">Contact Us</a> </div> <div class="d-flex align-items-center flex-nowrap pt-xl-0"> <button class="btn-search btn btn-primary btn-primary-outline-0 rounded-circle btn-lg-square" data-bs-toggle="modal" data-bs-target="#searchModal"><i class="fas fa-search"></i></button> <a href="index.php" class="btn btn-primary btn-primary-outline-0 rounded-pill py-3 px-4 ms-4">Book Appointment</a> </div> </div> </nav> </div> </div> </div> <!-- Navbar 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"> <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="input-group-text p-3"><i class="fa fa-search"></i></span> </div> </div> </div> </div> </div> <!-- Modal Search End --> <!-- Header Start --> <div class="container-fluid bg-breadcrumb py-5"> <div class="container text-center py-5"> <h3 class="text-white display-3 mb-4">Our Price Plan</h1> <ol class="breadcrumb justify-content-center mb-0"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item"><a href="#">Pages</a></li> <li class="breadcrumb-item active text-white">price Page</li> </ol> </div> </div> <!-- Header End --> <!-- Pricing Start --> <div class="container-fluid pricing py-5" style="background: var(--bs-primary);"> <div class="container py-5"> <div class="owl-carousel pricing-carousel"> <div class="pricing-item"> <div class="rounded pricing-content"> <div class="d-flex align-items-center justify-content-between bg-light rounded-top border-3 border-bottom border-primary p-4"> <h1 class="display-4 mb-0"> <small class="align-top text-muted" style="font-size: 22px; line-height: 45px;">$</small>49<small class="text-muted" style="font-size: 16px; line-height: 40px;">/Mo</small> </h1> <h5 class="text-primary text-uppercase m-0">Basic Plan</h5> </div> <div class="p-4"> <p><i class="fa fa-check text-primary me-2"></i>Full Body Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Deep Tissue Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Hot Stone Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Tissue Body Polish</p> <p><i class="fa fa-check text-primary me-2"></i>Foot & Nail Care</p> <a href="" class="btn btn-primary btn-primary-outline-0 rounded-pill my-2 px-4">Order Now</a> </div> </div> </div> <div class="pricing-item"> <div class="pricing-content rounded"> <div class="d-flex align-items-center justify-content-between bg-light rounded-top border-3 border-bottom border-primary p-4"> <h1 class="display-4 mb-0"> <small class="align-top text-muted" style="font-size: 22px; line-height: 45px;">$</small>99<small class="text-muted" style="font-size: 16px; line-height: 40px;">/Mo</small> </h1> <h5 class="text-primary text-uppercase m-0">Family Plan</h5> </div> <div class="p-4"> <p><i class="fa fa-check text-primary me-2"></i>Full Body Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Deep Tissue Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Hot Stone Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Tissue Body Polish</p> <p><i class="fa fa-check text-primary me-2"></i>Foot & Nail Care</p> <a href="" class="btn btn-primary btn-primary-outline-0 rounded-pill my-2 px-4">Order Now</a> </div> </div> </div> <div class="pricing-item"> <div class="pricing-content rounded"> <div class="d-flex align-items-center justify-content-between bg-light rounded-top border-3 border-bottom border-primary p-4"> <h1 class="display-4 mb-0"> <small class="align-top text-muted" style="font-size: 22px; line-height: 45px;">$</small>149<small class="text-muted" style="font-size: 16px; line-height: 40px;">/Mo</small> </h1> <h5 class="text-primary text-uppercase m-0">VIP Plan</h5> </div> <div class="p-4"> <p><i class="fa fa-check text-primary me-2"></i>Full Body Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Deep Tissue Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Hot Stone Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Tissue Body Polish</p> <p><i class="fa fa-check text-primary me-2"></i>Foot & Nail Care</p> <a href="" class="btn btn-primary btn-primary-outline-0 rounded-pill my-2 px-4">Order Now</a> </div> </div> </div> <div class="pricing-item"> <div class="pricing-content rounded"> <div class="d-flex align-items-center justify-content-between bg-light rounded-top border-3 border-bottom border-primary p-4"> <h1 class="display-4 mb-0"> <small class="align-top text-muted" style="font-size: 22px; line-height: 45px;">$</small>199<small class="text-muted" style="font-size: 16px; line-height: 40px;">/Mo</small> </h1> <h5 class="text-primary text-uppercase m-0">Most Plan</h5> </div> <div class="p-4"> <p><i class="fa fa-check text-primary me-2"></i>Full Body Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Deep Tissue Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Hot Stone Massage</p> <p><i class="fa fa-check text-primary me-2"></i>Tissue Body Polish</p> <p><i class="fa fa-check text-primary me-2"></i>Foot & Nail Care</p> <a href="" class="btn btn-primary btn-primary-outline-0 rounded-pill my-2 px-4">Order Now</a> </div> </div> </div> </div> </div> </div> <!-- Pricing End --> <!-- Footer Start --> <div class="container-fluid footer py-5"> <div class="container py-5"> <div class="row g-5"> <div class="col-md-6 col-lg-6 col-xl-3"> <div class="footer-item"> <h4 class="mb-4 text-white">Newsletter</h4> <p class="text-white">Dolor amet sit justo amet elitr clita ipsum elitr est.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in tempor dui, non consectetur enim.</p> <div class="position-relative mx-auto rounded-pill"> <input class="form-control rounded-pill border-0 w-100 py-3 ps-4 pe-5" type="text" placeholder="Enter your email"> <button type="button" class="btn btn-primary btn-primary-outline-0 rounded-pill position-absolute top-0 end-0 py-2 mt-2 me-2">SignUp</button> </div> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3"> <div class="footer-item d-flex flex-column"> <h4 class="mb-4 text-white">Our Services</h4> <a href=""><i class="fas fa-angle-right me-2"></i> Facials</a> <a href=""><i class="fas fa-angle-right me-2"></i> Waxing</a> <a href=""><i class="fas fa-angle-right me-2"></i> Message</a> <a href=""><i class="fas fa-angle-right me-2"></i> Minarel baths</a> <a href=""><i class="fas fa-angle-right me-2"></i> Body treatments</a> <a href=""><i class="fas fa-angle-right me-2"></i> Aroma Therapy</a> <a href=""><i class="fas fa-angle-right me-2"></i> Stone Spa</a> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3"> <div class="footer-item d-flex flex-column"> <h4 class="mb-4 text-white">Schedule</h4> <p class="text-muted mb-0">Monday: <span class="text-white"> 09:00 am – 10:00 pm</span></p> <p class="text-muted mb-0">Saturday: <span class="text-white"> 09:00 am – 08:00 pm</span></p> <p class="text-muted mb-0">Sunday: <span class="text-white"> 09:00 am – 05:00 pm</span></p> <h4 class="my-4 text-white">Address</h4> <p class="mb-0"><i class="fas fa-map-marker-alt text-secondary me-2"></i> No 89, Rajiv Gandhi Salai OMR,<br> Perungudi, Chennai,<br> TN - 600096.</p> </div> </div> <div class="col-md-6 col-lg-6 col-xl-3"> <div class="footer-item d-flex flex-column"> <h4 class="mb-4 text-white">Follow Us</h4> <a href=""><i class="fas fa-angle-right me-2"></i> Faceboock</a> <a href=""><i class="fas fa-angle-right me-2"></i> Instagram</a> <a href=""><i class="fas fa-angle-right me-2"></i> Twitter</a> <h4 class="my-4 text-white">Contact Us</h4> <p class="mb-0"><i class="fas fa-envelope text-secondary me-2"></i> troypowers@royalgreenhub.com</p> <p class="mb-0"><i class="fas fa-phone text-secondary me-2"></i> +91 95987 56230</p> </div> </div> </div> </div> </div> <!-- Footer 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-4 text-center text-md-start mb-md-0"> <span class="text-light"><a href="#"><i class="fas fa-copyright text-light me-2"></i>Your Site Name</a>, All right reserved.</span> </div> <div class="col-md-4"> <div class="d-flex justify-content-center"> <a href="" class="btn btn-light btn-light-outline-0 btn-sm-square rounded-circle me-2"><i class="fab fa-facebook-f"></i></a> <a href="" class="btn btn-light btn-light-outline-0 btn-sm-square rounded-circle me-2"><i class="fab fa-twitter"></i></a> <a href="" class="btn btn-light btn-light-outline-0 btn-sm-square rounded-circle me-2"><i class="fab fa-instagram"></i></a> <a href="" class="btn btn-light btn-light-outline-0 btn-sm-square rounded-circle me-0"><i class="fab fa-linkedin-in"></i></a> </div> </div> <div class="col-md-4 text-center text-md-end text-white"> <!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/--> <!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/--> <!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/--> Designed By <a class="border-bottom" href="https://htmlcodex.com">HTML Codex</a> </div> </div> </div> </div> <!-- Copyright End --> <!-- Back to Top --> <a href="#" class="btn btn-primary btn-primary-outline-0 btn-md-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