OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
knoblyExpressLandingPage
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2025 11:18:49 AM
rwxr-xr-x
📄
about.php
2.06 KB
08/20/2024 11:17:08 AM
rw-r--r--
📁
assets
-
08/20/2024 11:17:08 AM
rwxr-xr-x
📄
blog.php
5.35 KB
08/20/2024 11:17:08 AM
rw-r--r--
📁
cream
-
09/23/2024 04:31:51 AM
rwxr-xr-x
📄
dashboard.php
788 bytes
08/20/2024 11:17:08 AM
rw-r--r--
📄
db.php
378 bytes
08/20/2024 11:17:08 AM
rw-r--r--
📄
footer.html
3.76 KB
08/20/2024 11:17:08 AM
rw-r--r--
📄
forgot-password-handler.php
2.13 KB
08/20/2024 11:17:08 AM
rw-r--r--
📄
forgot-password.php
4.52 KB
08/20/2024 11:17:08 AM
rw-r--r--
📁
includes
-
08/20/2024 11:17:08 AM
rwxr-xr-x
📄
index.php
5.94 KB
08/20/2024 11:17:08 AM
rw-r--r--
📄
login-handler.php
869 bytes
08/20/2024 11:17:08 AM
rw-r--r--
📄
login.php
4.72 KB
08/20/2024 11:17:08 AM
rw-r--r--
📄
navbar.php
830 bytes
08/20/2024 11:17:08 AM
rw-r--r--
📄
refundPolicy.php
5.99 KB
08/20/2024 11:17:08 AM
rw-r--r--
📄
reset-password-handler.php
910 bytes
08/20/2024 11:38:06 AM
rw-r--r--
📄
reset-password.php
2.95 KB
08/21/2024 05:04:57 AM
rw-r--r--
📄
service.php
4.29 KB
08/20/2024 11:17:08 AM
rw-r--r--
📄
signup-handler.php
1.04 KB
08/20/2024 11:17:08 AM
rw-r--r--
📄
signup.php
5.98 KB
08/20/2024 11:17:08 AM
rw-r--r--
📄
usagePolicy.php
15.21 KB
08/20/2024 11:17:08 AM
rw-r--r--
Editing: footer.html
Close
<footer> <div class="footer-container"> <div class="footer-content"> <!-- Logo Section --> <div class="footer-section logo-section"> <img src="assets/images/logo.black.png" alt="Company Logo" class="footer-logo" /> <p class="footer-description"> Transforming the way you read, one page at a time. We bring cutting-edge technology to your fingertips to enhance your reading experience. Join us as we revolutionize how content is consumed and shared. </p> </div> <!-- Quick Links --> <div class="footer-section links-section"> <h4>Quick Links</h4> <ul class="footer-links"> <li><a href="index.php">Home</a></li> <li><a href="about.php">About us</a></li> <li><a href="service.php">Services</a></li> <li><a href="#">Contact</a></li> <li><a href="blog.php">Blog</a></li> </ul> </div> <!-- Social Media --> <div class="footer-section social-section"> <h4>Follow Us</h4> <div class="social-icons"> <a href="https://www.facebook.com/profile.php?id=100075956412982" class="social-icon"><i class="fab fa-facebook-f"></i></a> <a href="https://x.com/knoblymedianews" class="social-icon"><i class="fab fa-twitter"></i></a> <a href="#" class="social-icon"><i class="fab fa-instagram"></i></a> <a href="https://www.linkedin.com/company/knobly-media-ventures-pvt-ltd-/" class="social-icon"><i class="fab fa-linkedin-in"></i></a> <a href="mailto:support@knobly.com" class="social-icon"><i class="fa fa-envelope"></i></a> </div> <p class="social-description"> Stay updated with the latest news, updates, and behind-the-scenes content. Follow us on social media to be part of our community. </p> </div> <!-- Newsletter Signup --> <div class="footer-section newsletter-section"> <h4>Subscribe to Our Newsletter</h4> <p> Get the latest updates and offers delivered to your inbox. Be the first to know about exclusive deals, new features, and industry news. </p> <form action="#" method="post" class="newsletter-form"> <input type="email" placeholder="Enter your email" required /> <button type="submit">Subscribe</button> </form> </div> <!-- Contact Information --> <div class="footer-section contact-section"> <h4>Contact Us</h4> <p>Email: <a href="mailto:support@knobly.com">support@knobly.com</a></p> <p>Phone: <a href="tel:+123456789">9448519073</a></p> <p>Address: Bangalore</p> <p>Office Hours: Mon - Fri, 9 AM - 6 PM</p> </div> <!-- Location Map --> <div class="footer-section map-section"> <h4>Our Location</h4> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2624.9994348452774!2d2.292292715674542!3d48.85884497928783!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e671d8cf6e7eab%3A0x7a04a918d7a83f6a!2sEiffel%20Tower!5e0!3m2!1sen!2sfr!4v1636131855961!5m2!1sen!2sfr" allowfullscreen="" loading="lazy" ></iframe> </div> </div> <div class="footer-bottom"> <div class="footer-bottom-content"> <ul class="footer-bottom-links"> <li><a href="about.php">About us</a></li> <li><a href="usagePolicy.php">Usage Policy</a></li> <li><a href="refundPolicy.php">Refund Policy</a></li> <li><a href="privacy.php">Privacy Policy</a></li> </ul> <p>© 2024 Knobly Cream. All rights reserved.</p> </div> </div> </div> </footer>