📁
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-ajax.php
5.03 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
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-load.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.php
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="icon" href="images/logo2.png" type="image/x-icon"> <title>Home - Careerstree</title> <!-- Bootstrap stylesheet --> <link href="bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- font --> <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700%7CSource+Sans+Pro:300,400,600,700" rel="stylesheet"> <!-- stylesheet --> <link href="css/style.css" rel="stylesheet" type="text/css"/> <link href="css/style_cyan.css" title="style_cyan" rel="alternate stylesheet" type="text/css"/> <link href="css/style_red.css" title="style_red" rel="alternate stylesheet" type="text/css"/> <link href="css/style_green.css" title="style_green" rel="alternate stylesheet" type="text/css"/> <link href="css/style_blue.css" title="style_blue" rel="alternate stylesheet" type="text/css"/> <!-- font-awesome --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <!-- crousel css --> <link href="js/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css" /> <!--bootstrap select--> <link href="js/dist/css/bootstrap-select.css" rel="stylesheet" type="text/css" /> </head> <body> <!-- top start here --> <div id="top"> <!-- top container start here--> <div class="container"> <div id="top-links"> <ul class="list-inline pull-left button"> <li> <a href="about.php"><span>ABOUT US</span></a> </li> <li> <a href="contact.php"><span>CONTACT US</span></a> </li> </ul> <ul class="list-inline pull-right icon"> <li><a href="contact.php" style="float:right;color:#fff;"><span>EMAIL : spencerblack@careerstree.com</span></a></li> </ul> </div> </div> <!-- top container end here--> </div> <!-- top end here --> <!-- header start here--> <header> <!-- header container start here--> <div class="container"> <div class="row"> <div class="col-sm-3 col-md-3 col-xs-12"> <!-- logo start here--> <div id="logo"> <a href="index.php"> <img class="img-responsive change" alt="logo" title="logo" src="images/logo2.png" /> </a> </div> <!-- logo end here--> </div> <!--<div class="col-sm-3 col-md-3 col-xs-12 visible-xs paddleft"> <!-- button-login start here <div class="button-login pull-right"> <button type="button" class="btn btn-default btn-lg" onclick="location.href='login.html'">Login</button> <button type="button" class="btn btn-primary btn-lg" onclick="location.href='submit-job.html'">Submit Job</button> </div> <!-- button-login end here </div>--> <div class="col-sm-6 col-md-6 col-xs-12 padd0" style="margin-top:1%;width:48%;float:right;"> <!-- menu start here--> <nav class="navbar" id="menu"> <div class="navbar-header"> <span class="menutext visible-xs">Menu</span> <button data-target=".navbar-ex1-collapse" data-toggle="collapse" class="btn btn-navbar navbar-toggle" type="button"><i class="fa fa-bars" aria-hidden="true"></i></button> </div> <div class="collapse navbar-collapse navbar-ex1-collapse padd0"> <ul class="nav navbar-nav pull-left"> <li class="dropdown active"> <a data-toggle="dropdown" class="dropdown-toggle" href="index.php">HOME</a> </li> <li><a href="about.php" title="about-us" alt="about-us"/>About US</a></li> <li class="dropdown"> <a class="dropdown-toggle" href="ceo-office.php">JOBS</a> <div class="dropdown-menu animated fadeInDown"> <div class="dropdown-inner"> <ul class="list-unstyled"> <li> <a href="functional.php">Functional Jobs</a> </li> <li> <a href="human-resources.php">Human-Resources</a> </li> <li> <a href="ItIs.php">IT/IS</a> </li> <li> <a href="legal.php">Legal</a> </li> <li> <a href="product-strategy.php">Product Strategy</a> </li> <li> <a href="recruiting.php">Recruiting</a> </li> <li> <a href="regularity&complaince.php">Regularity & Compliance</a> </li> </ul> </div> </div> </li> <li><a href="register.php">Register</a></li> <li><a href="contact.php">Contact us</a></li> </ul> </div> </nav> <!-- menu end here --> </div> </div> </div> <!-- header container end here --> </header> <!-- header end here --> <!-- slider start here --> <div class="slideshow owl-carousel"> <div class="item"> <img src="images/slider-1.jpg" alt="slider" title="slider" class="img-responsive"/> </div> <div class="item"> <img src="images/slider-2.png" alt="slider" title="slider" class="img-responsive"/> </div> <div class="item"> <img src="images/banner2.png" alt="slider" title="slider" class="img-responsive"/> </div> <div class="item"> <img src="images/banner3.png" alt="slider" title="slider" class="img-responsive"/> </div> </div> <!-- slider end here --> <!-- featured start here --> <div id="featured"> <div class="container"> <div class="row"> <!-- featured-jobs start here --> <div class="featured-jobs"> <h1>APPLY FOR THE JOBS</h1> <div class="border"></div> <div class="border1"></div> </div> <!-- featured-jobs end here --> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="product-box"> <div class="image"> <a href="service-desk.php"> <img class="img-responsive" src="images/service-desk.png" alt="p1" title="p1"/> </a> </div> <div class="matter"> <h1>IT IS - Service Desk Analyst </h1> <ul class="list-inline"> <li> <a href="service-desk.php"><i class="fa fa-bookmark" aria-hidden="true"></i> Full Time</a> </li> <li> <a href="service-desk.php"><i class="fa fa-map-marker" aria-hidden="true"></i> USA</a> </li> </ul> <p>Looking for a rewarding and challenging career with a dynamic, growing organization? [...]</p> </div> <button type="button" class="btn btn-info" onclick="location.href='service-desk.php'">VIEW MORE</button> <button type="button" class="btn btn-info" onclick="location.href='register.php'">APPLY NOW</button> </div> </div> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="product-box"> <div class="image"> <a href="recruiting-coordinatorlead.php"> <img class="img-responsive" src="images/recruiting-lead.png" alt="p2" title="p2"/> </a> </div> <div class="matter"> <h1>Recruiting Coordinator Lead </h1> <ul class="list-inline"> <li> <a href="recruiting-coordinatorlead.php"><i class="fa fa-bookmark" aria-hidden="true"></i> Full Time</a> </li> <li> <a href="recruiting-coordinatorlead.php"><i class="fa fa-map-marker" aria-hidden="true"></i> USA</a> </li> </ul> <p>Facebook's mission is to give people the power to build community and bring the world closer together. </p> </div> <button type="button" class="btn btn-info" onclick="location.href='recruiting-coordinatorlead.php'">VIEW MORE</button> <button type="button" class="btn btn-info" onclick="location.href='register.php'">APPLY NOW</button> </div> </div> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="product-box"> <div class="image"> <a href="legal-counsel.php"> <img class="img-responsive" src="images/legal-counsel.png" alt="p3" title="p3"/> </a> </div> <div class="matter"> <h1>Legal Counsel</h1> <ul class="list-inline"> <li> <a href="legal-counsel.php"><i class="fa fa-bookmark" aria-hidden="true"></i> Full Time</a> </li> <li> <a href="legal-counsel.php"><i class="fa fa-map-marker" aria-hidden="true"></i>USA</a> </li> </ul> <p>Work directly with customers to prepare, negotiate and draft direct cloud based customer contracts. [...]</p> </div> <button type="button" class="btn btn-info" onclick="location.href='legal-counsel.php'">VIEW MORE</button> <button type="button" class="btn btn-info" onclick="location.href='register.php'">APPLY NOW</button> </div> </div> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="product-box"> <div class="image"> <a href="EHS-Lead.php"> <img class="img-responsive" src="images/ehs-lead.png" alt="p4" title="p4"/> </a> </div> <div class="matter"> <h1>EHS Lead Generalist Jobs</h1> <ul class="list-inline"> <li> <a href="EHS-Lead.php"><i class="fa fa-bookmark" aria-hidden="true"></i> Full Time</a> </li> <li> <a href="EHS-Lead.php"><i class="fa fa-map-marker" aria-hidden="true"></i>USA</a> </li> </ul> <p>Implement EHS related programs throughout the manufacturing facility to support continuous EHS improvement..</p> </div> <button type="button" class="btn btn-info" onclick="location.href='EHS-Lead.php'">VIEW MORE</button> <button type="button" class="btn btn-info" onclick="location.href='register.php'">APPLY NOW</button> </div> </div> </div> </div> </div> <!-- featured end here --> <!-- browse start here --> <div class="browse"> <div class="container"> <div class="row"> <!-- featured-jobs start here --> <div class="browse-jobs"> <h1>BROWSE JOBS</h1> <div class="border"></div> <div class="border1"></div> </div> <!-- featured-jobs end here --> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="matter"> <a href="ceo-office.php"> <div class="boxbor"> <i class="fa fa-desktop" aria-hidden="true"></i> <span>CEO Office</span> </div> </a> </div> </div> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="matter"> <a href="functional.php"> <div class="boxbor"> <i class="fa fa-university" aria-hidden="true"></i> <span>Functional</span> </div> </a> </div> </div> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="matter"> <a href="product&technology.php"> <div class="boxbor"> <i class="fa fa-money" aria-hidden="true"></i> <span>Product & Technology</span> </div> </a> </div> </div> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="matter"> <a href="up2u.php"> <div class="boxbor"> <i class="fa fa-bar-chart" aria-hidden="true"></i> <span>UP2U</span> </div> </a> </div> </div> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="matter"> <a href="other-jobs.php"> <div class="boxbor"> <i class="fa fa-bar-chart" aria-hidden="true"></i> <span>Other Opportunities</span> </div> </a> </div> </div> </div> </div> </div> <!-- browse end here --> <!-- testimonial start here --> <div id="testimonial" style="display:block;"> <div class="container"> <div class="row"> <!-- testimonial-jobs start here --> <div class="testimonial-jobs"> <h1>TESTIMONIAL</h1> <div class="border"></div> <div class="border1"></div> </div> <!-- testimonial-jobs end here --> <div id="testimonials" class="col-md-12 col-sm-12 col-xs-12 owl-carousel"> <div class="item"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <div class="photo"> <!--<img src="images/pic-1.png" class="img-responsive" alt="pic-1" title="pic-1" /> <i class="fa fa-quote-left" aria-hidden="true"></i>--> <p style="text-align:justify;">Careerstree is one of the best Job Portals, we have ever used. It has got huge database and is very simple & user friendly to utilize. Its response time on services is outstanding. In future, it will be the No. 1 Job Portal in USA. We hope that they will continue upgrading their services to match the best standards of the Industry.<br><style="color:#C6403F;"><b>Vijay,</b><br> <b>Operations Head, Skills HR</b></style> </p> <!--<span class="fa fa-quote-right" aria-hidden="true"></span>--> </div> </div> </div> <div class="item"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <div class="photo"> <!--<img src="images/pic-2.png" class="img-responsive" alt="pic-2" title="pic-2" /> <i class="fa fa-quote-left" aria-hidden="true"></i>--> <p style="text-align:justify;">We rate Careerstree as the one of best Job Portals. We have been able to close several good and critical positions through Careerstree. We're very happy with Careerstree. Way to go Careerstree. Best wishes.<br><br><br><br><b>Ashok Mehta,</b><br> <b>Mesh Consultants Pvt. Ltd.</b> </p> <!--<span class="fa fa-quote-right" aria-hidden="true"></span>--> </div> </div> </div> <div class="item"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <div class="photo"> <!--<img src="images/pic-3.png" class="img-responsive" alt="pic-3" title="pic-3" /> <i class="fa fa-quote-left" aria-hidden="true"></i>--> <p style="text-align:justify;">Careerstree services are Superb, compared to other portals because of the assistance and support from Careerstree team to use the portal effectively. We are really happy with Careerstree services. <br><br> </p><p style="margin-top: 44px; text-align: left;"><b>Pooja,</b><br><b>Paramount Jobs</b> </p> <!--<span class="fa fa-quote-right" aria-hidden="true"></span>--> </div> </div> </div> <div class="item"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <div class="photo"> <p style="text-align:justify;">This is to put on record that we are very satisfied with Careerstree services. Our kudos to the support team for their 24/7 help. </p> <p style="margin-top: 43%;text-align:left;"><b>Meeta Ray Chatterjee,</b><br> <b>Integrated Services</b> </p> <!--<span class="fa fa-quote-right" aria-hidden="true"></span>--> </div> </div> </div> </div> </div> </div> </div> <!-- testimonial end here --> <!-- blog start here --> <div id="blog"> <div class="container"> <div class="row"> <!-- latest-blog start here --> <div class="latest-blog"> <h1>Prepare for a Job Interview</h1> <div class="border"></div> <div class="border1"></div> <p style="margin-top:30px;font-size:16px;">Do you have a job interview on your schedule? There are a number of steps you can take before (and after) the interview to ensure that you make a terrific impression during the interview. Here's how to research the job and company, how to practice interview questions and answers, how to dress for the interview, how to follow up after the interview, and more interview preparation tips.</p> </div> <!-- latest-blog end here --> <div class="col-md-6 col-sm-6 col-xs-12"> <!-- box start here --> <div class="box"> <a> <img src="images/Data-analysis.jpg" alt="Data-analysis" title="Data-analysis" class="img-responsive" style="width:41%"/> </a> <div class="matter"> <h1>Analyze The Job</h1> <p>An important part of interview preparation is to take the time to analyze the job posting if you have it. As you review the job description, consider what the company is seeking in a candidate..</p> <p>Make a list of the skills, knowledge, and professional and personal qualities that are required by the employer and are critical for success in the job.</p> <!--<a href="blog.php">Read more <i class="fa fa-angle-double-right" aria-hidden="true"></i></a>--> </div> </div> <!-- box end here --> </div> <div class="col-md-6 col-sm-6 col-xs-12"> <!-- box start here --> <div class="box"> <a> <img src="images/makeamatch.png" alt="b2" title="b2" class="img-responsive" /> </a> <div class="matter"> <h1>Make a Match </h1> <p>Once you have created a list of the qualifications for the job, make a list of your assets and match them to the job requirements...</p> <p>Create a list of up to 10 of your assets that match the requirements of the job. These might include skills, qualities, certifications, experiences, professional qualifications, abilities, computer skills, and knowledge bases.</p> <!--<a href="blog.php">Read more <i class="fa fa-angle-double-right" aria-hidden="true"></i></a>--> </div> </div> <!-- box end here --> </div> <div class="col-md-6 col-sm-6 col-xs-12"> <!-- box start here --> <div class="box"> <a> <img src="images/research.png" alt="b3" title="b3" class="img-responsive" /> </a> <div class="matter"> <h1> Research the Company </h1> <p>Before you go on a job interview, it's important to find out as much as you can about not only the job but also the company. Company research is a critical part of interview preparation. </p> <p>It will help you prepare to both answer interview questions about the company and to ask the interviewer questions about the company. You will also be able to find out whether the company and the company culture are a good fit for you..</p> <!--<a href="blog.html">Read more <i class="fa fa-angle-double-right" aria-hidden="true"></i></a>--> </div> </div> <!-- box end here --> </div> <div class="col-md-6 col-sm-6 col-xs-12"> <!-- box start here --> <div class="box"> <a> <img src="images/practice-interview-questions.jpg" alt="b4" title="b4" class="img-responsive" style="width:42%;"/> </a> <div class="matter"> <h1> Practice Interviewing </h1> <p>Take the time to practice answering interview questions you will probably be asked during a job interview. This will help give you a chance to prepare and practice answers, and will also help calm your nerves because you won't be scrambling for an answer while you're in the interview hot seat...</p> <p>Practice interviewing with a friend or family member ahead of time and it will be much easier when you're actually in a job interview.</p> <!--<a href="blog.html">Read more <i class="fa fa-angle-double-right" aria-hidden="true"></i></a>--> </div> </div> <!-- box end here --> </div> </div> </div> </div> <!-- blog end here --> </div> </div> </div> <!-- partner end here <!-- Footer start here --> <footer> <div class="container"> <!--<div class="bor col-md-12 col-sm-12 col-xs-12 padd0"> <div class="col-sm-5 col-md-5 col-xs-12 subscribe"> <h5>Subscribe Our Newsletter</h5> <form name="subscribe"> <div class="form-group"> <div class="input-group"> <input type="text" placeholder="Enter your Email Address" id="subscribe_email1" name="subscribe_email" value="" class="form-control"> <div class="input-group-btn"> <button class="btn btn-default btn-lg" type="submit"><i class="fa fa-paper-plane-o" aria-hidden="true"></i> SUBSCRIBE</button> </div> </div> </div> </form> </div> <div class="col-sm-3 col-md-3 col-xs-12 need" style="float:right"> <h5>Need Help ?</h5> <h6><i class="fa fa-phone" aria-hidden="true"></i> CALL US : <span>(+91) 99549 45130</span></h6> </div> </div>--> <div class="row"> <div class="col-sm-3 col-md-3 col-xs-12 matter"> <!--<img src="images/logo2.png" class="img-responsive" alt="foot-logo" title="foot-logo" style="width:30%;"/>--> <h5>About Us</h5> <p>careerstree.com is the most innovative and second largest Online job portal in US. Founded in 2018, over the past decade, careerstree.com has become a prominent name in the recruitment industry. The popularity of the portal is evident from the fact that it has crossed the 2.5 crore candidate landmark and has more than 3 lakh latest job vacancies from leading companies on the site.</p> </div> <div class="col-sm-3 col-md-3 col-xs-12 info"> <h5>Information</h5> <ul class="list-unstyled"> <li> <a href="privacypolicy.php"><i class="fa fa-caret-right" aria-hidden="true"></i>Privacy Policy</a> </li> <li> <a href="termsandconditions.php"><i class="fa fa-caret-right" aria-hidden="true"></i>Terms & Conditions</a> </li> <li> <a href="subscribe.php"><i class="fa fa-caret-right" aria-hidden="true"></i>Subscribe</a> </li> <li> <a href="unsubscribe.php"><i class="fa fa-caret-right" aria-hidden="true"></i>UnSubscribe</a> </li> </ul> </div> <div class="col-sm-3 col-md-3 col-xs-12 use"> <h5>Useful Links</h5> <ul class="list-unstyled"> <li> <a href="index.php"><i class="fa fa-caret-right" aria-hidden="true"></i>Homepage</a> </li> <li> <a href="about.php"><i class="fa fa-caret-right" aria-hidden="true"></i>About Us</a> </li> <li> <a href="register.php"><i class="fa fa-caret-right" aria-hidden="true"></i>Register</a> </li> <li> <a href="ceo-office.php"><i class="fa fa-caret-right" aria-hidden="true"></i>Jobs</a> </li> </ul> </div> <div class="col-sm-3 col-md-3 col-xs-12 padd0"> <h5>Get in touch</h5> <!--<form class="form-horizontal form" method="post"> <fieldset> <div class="form-group"> <div class="col-sm-12"> <input class="form-control" id="input-username" placeholder="Name" value="" name="email" required="" type="text"> </div> </div> <div class="form-group"> <div class="col-sm-12"> <input class="form-control" id="input-email" placeholder="Email Address" value="" name="email" required="" type="text"> </div> </div> <div class="form-group"> <div class="input-group col-sm-12"> <input type="text" placeholder="Message" id="message" name="message" value="" class="form-control big"> <div class="input-group-btn"> <button class="btn btn-default btn-lg" type="submit"><i class="fa fa-paper-plane-o" aria-hidden="true"></i></button> </div> </div> </div> </fieldset> </form>--> <p>53, Ambattur Red Hills Rd,<br> Venkatapuram, Vijayalakshmi Puram,<br> Ambattur, Chennai,<br> Tamil Nadu, 600053 IN.</p> </div> </div> </div> </footer> <div class="powered"> <div class="container"> <p> Copyright © 2025. All Rights Reserved</p> </div> </div> <!-- Footer end here --> <!-- jquery --> <script src="js/jquery.2.1.1.min.js" type="text/javascript"></script> <!-- bootstrap js --> <script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <!--bootstrap select--> <script src="js/dist/js/bootstrap-select.js" type="text/javascript"></script> <!-- owlcarousel js --> <script src="js/owl-carousel/owl.carousel.min.js" type="text/javascript"></script> <!--internal js--> <script src="js/internal.js" type="text/javascript"></script> <!-- color switcher--> <script src="js/switcher.js" type="text/javascript"></script> </body> </html>
Save