📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.html0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- META --> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- TITLE --> <title>Best offers on Flights:</title> <!-- Main StyleSheet --> <link href="style.css" rel="stylesheet" type="text/css" /> <link href="style-global.css" rel="stylesheet" type="text/css" /> <!-- Color Schemes --> <link href="css/style-blue.css" rel="stylesheet" type="text/css" /> <link href="style-responsive.css" rel="stylesheet" type="text/css" /> <link href="css/font-awesome.css" rel="stylesheet" type="text/css" /> <link href="css/linear.css" rel="stylesheet" type="text/css" /> <link rel="icon" type="image/png" href="images/favicon.png"><!-- Major Browsers --> <script src="js/jquery.js"></script> <link rel="stylesheet" href="owl-carousel/owl.carousel.css" type="text/css" /> <link rel="stylesheet" href="owl-carousel/owl.theme.css" type="text/css" /> <script src="owl-carousel/owl.carousel.js"></script> <script src="js/scripts.js"></script> <!-- FANCYBOX --> <script type="text/javascript" src="lightbox/jquery.fancybox.js"></script> <link rel="stylesheet" type="text/css" href="lightbox/jquery.fancybox.css" media="screen" /> <script type="text/javascript"> $(document).ready(function() { $('.fancybox').fancybox(); }); </script> </head> <body> <div class="topbutton"><span class="lnr lnr-arrow-up"></span></div> <!--HEADER--> <header> <section class="container"> <div class="phone"> <img src="images/i1.png" alt="" /> Call Now: +1 (833) 387-1407 </div> <a href="" class="logo"><strong>Zokivo Air Deals</strong></a> <div class="mobtitle"> <span class="fa fa-navicon"></span> <span class="fa fa-close" style="display:none;"></span> </div> <nav class="topmenu"> <ul> <li class="active"><a href="">Home</a></li> </ul> </nav> </section> </header> <!--/HEADER--> <!--BANNER--> <section class="banner"> <section class="overlay mobilewrap"> <section class="container"> <h1><strong>Get</strong> Flight Offers</h1> <h2><strong>Your Favorite Flights</strong> at Discounted Prices</h2> <h3><strong>Call Us Now</strong></h3> <div class="calloption"> <div class="borderside"></div> <img src="images/i2.png" alt="" /> +1 (833) 387-1407 </div> </section> </section> </section> <!--/BANNER--> <!--PAGE--> <section class="page mobilewrap"> <section class="container"> <div class="contentsection"> <h2> Call now to book your flight<strong> on discount</strong> </h2> <p> We provide best fares for jet blue, volaris, allegiant, spirit, United, Delta, British Airways, American Airlines, Air Canada, Alaska, Frontier, Southwest, Qatar, Emirates. </p> <div class="items-wrap"> <div class="item"> <div class="icon"><span class="fa fa-history"></span></div> <h3>It only takes 60 seconds to <br> Book a Flight</h3> </div> <div class="item"> <div class="icon"><span class="fa fa-money"></span></div> <h3>Fares are heavily discounted!</h3> </div> <div class="item"> <div class="icon"><span class="fa fa-thumbs-up"></span></div> <h3>There is no Obligation to Book</h3> </div> </div> </div> </section> </section> <!--PAGE ENDS--> <!--FOOTER--> <footer class="mobilewrap"> <section class="container"> <div class="widgets-wrap"> <div class="widget logowidget"> <a href="" class="footerlogo"><strong>Zokivo Air Deals</strong></a> </div> <div class="widget links"> <ul> <li><a href="">Home</a></li> </ul> </div> <div class="widget"> <p>Contact Us:</p> <p><span class="fa fa-phone"></span> Phone: +1 (833) 387-1407</p> </div> </div> <div class="footerbottom"> <div class="copyright">Copyright © 2020 Zokivo Air Deals All Rights Reserved</a></div> <div class="socialmedia"> <p>Stay Connected:</p> </div> </div> </section> </footer> <!--/FOOTER--> <script type="text/javascript"> //scrollable links $(function() { $('a.scroll').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top - 94 }, 2000); return false; } } }); }); </script> </body> </html>
Save