OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
test_analytics
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/17/2025 10:17:24 AM
rwxrwxr-x
📄
Readme.txt
220 bytes
02/04/2025 01:04:21 PM
rw-r--r--
📁
assets
-
02/04/2025 01:04:22 PM
rwxr-xr-x
📁
forms
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
index.html
19.13 KB
02/04/2025 01:04:21 PM
rw-r--r--
📄
portfolio-details.html
11.18 KB
02/04/2025 01:04:21 PM
rw-r--r--
📄
service-details.html
12.14 KB
02/04/2025 01:04:21 PM
rw-r--r--
📄
starter-page.html
9.07 KB
02/04/2025 01:04:21 PM
rw-r--r--
Editing: starter-page.html
Close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title>Starter Page - Scaffold Bootstrap Template</title> <meta name="description" content=""> <meta name="keywords" content=""> <!-- Favicons --> <link href="assets/img/favicon.png" rel="icon"> <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> <!-- Fonts --> <link href="https://fonts.googleapis.com" rel="preconnect"> <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <!-- Vendor CSS Files --> <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> <link href="assets/vendor/aos/aos.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <!-- Main CSS File --> <link href="assets/css/main.css" rel="stylesheet"> <!-- ======================================================= * Template Name: Scaffold * Template URL: https://bootstrapmade.com/scaffold-bootstrap-metro-style-template/ * Updated: Aug 07 2024 with Bootstrap v5.3.3 * Author: BootstrapMade.com * License: https://bootstrapmade.com/license/ ======================================================== --> </head> <body class="starter-page-page"> <header id="header" class="header d-flex align-items-center sticky-top"> <div class="container position-relative d-flex align-items-center"> <a href="index.html" class="logo d-flex align-items-center me-auto"> <!-- Uncomment the line below if you also wish to use an image logo --> <!-- <img src="assets/img/logo.png" alt=""> --> <h1 class="sitename">Scaffold</h1> </a> <nav id="navmenu" class="navmenu"> <ul> <li><a href="#hero">Home</a></li> <li><a href="#about">About</a></li> <li><a href="#services">Services</a></li> <li><a href="#portfolio">Portfolio</a></li> <li><a href="#team">Team</a></li> <li class="dropdown"><a href="#"><span>Dropdown</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a> <ul> <li><a href="#">Dropdown 1</a></li> <li class="dropdown"><a href="#"><span>Deep Dropdown</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a> <ul> <li><a href="#">Deep Dropdown 1</a></li> <li><a href="#">Deep Dropdown 2</a></li> <li><a href="#">Deep Dropdown 3</a></li> <li><a href="#">Deep Dropdown 4</a></li> <li><a href="#">Deep Dropdown 5</a></li> </ul> </li> <li><a href="#">Dropdown 2</a></li> <li><a href="#">Dropdown 3</a></li> <li><a href="#">Dropdown 4</a></li> </ul> </li> <li><a href="#contact">Contact</a></li> </ul> <i class="mobile-nav-toggle d-xl-none bi bi-list"></i> </nav> <div class="header-social-links"> <a href="#" class="twitter"><i class="bi bi-twitter-x"></i></a> <a href="#" class="facebook"><i class="bi bi-facebook"></i></a> <a href="#" class="instagram"><i class="bi bi-instagram"></i></a> <a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a> </div> </div> </header> <main class="main"> <!-- Page Title --> <div class="page-title light-background"> <div class="container"> <nav class="breadcrumbs"> <ol> <li><a href="index.html">Home</a></li> <li class="current">Starter Page</li> </ol> </nav> <h1>Starter Page</h1> </div> </div><!-- End Page Title --> <!-- Starter Section Section --> <section id="starter-section" class="starter-section section"> <!-- Section Title --> <div class="container section-title" data-aos="fade-up"> <h2>Starter Section</h2> <p>Necessitatibus eius consequatur ex aliquid fuga eum quidem sint consectetur velit</p> </div><!-- End Section Title --> <div class="container" data-aos="fade-up"> <p>Use this page as a starter for your own custom pages.</p> </div> </section><!-- /Starter Section Section --> </main> <footer id="footer" class="footer light-background"> <div class="footer-top"> <div class="container"> <div class="row gy-4"> <div class="col-lg-4 col-md-6 footer-about"> <a href="index.html" class="logo d-flex align-items-center"> <span class="sitename">Scaffold</span> </a> <div class="footer-contact pt-3"> <p>A108 Adam Street</p> <p>New York, NY 535022</p> <p class="mt-3"><strong>Phone:</strong> <span>+1 5589 55488 55</span></p> <p><strong>Email:</strong> <span>info@example.com</span></p> </div> </div> <div class="col-lg-2 col-md-3 footer-links"> <h4>Useful Links</h4> <ul> <li><a href="#">Home</a></li> <li><a href="#">About us</a></li> <li><a href="#">Services</a></li> <li><a href="#">Terms of service</a></li> <li><a href="#">Privacy policy</a></li> </ul> </div> <div class="col-lg-2 col-md-3 footer-links"> <h4>Our Services</h4> <ul> <li><a href="#">Web Design</a></li> <li><a href="#">Web Development</a></li> <li><a href="#">Product Management</a></li> <li><a href="#">Marketing</a></li> <li><a href="#">Graphic Design</a></li> </ul> </div> <div class="col-lg-2 col-md-3 footer-links"> <h4>Hic solutasetp</h4> <ul> <li><a href="#">Molestiae accusamus iure</a></li> <li><a href="#">Excepturi dignissimos</a></li> <li><a href="#">Suscipit distinctio</a></li> <li><a href="#">Dilecta</a></li> <li><a href="#">Sit quas consectetur</a></li> </ul> </div> <div class="col-lg-2 col-md-3 footer-links"> <h4>Nobis illum</h4> <ul> <li><a href="#">Ipsam</a></li> <li><a href="#">Laudantium dolorum</a></li> <li><a href="#">Dinera</a></li> <li><a href="#">Trodelas</a></li> <li><a href="#">Flexo</a></li> </ul> </div> </div> </div> </div> <div class="copyright text-center"> <div class="container d-flex flex-column flex-lg-row justify-content-center justify-content-lg-between align-items-center"> <div class="d-flex flex-column align-items-center align-items-lg-start"> <div> © Copyright <strong><span>MyWebsite</span></strong>. All Rights Reserved </div> <div class="credits"> <!-- All the links in the footer should remain intact. --> <!-- You can delete the links only if you purchased the pro version. --> <!-- Licensing information: https://bootstrapmade.com/license/ --> <!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/herobiz-bootstrap-business-template/ --> Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> </div> </div> <div class="social-links order-first order-lg-last mb-3 mb-lg-0"> <a href=""><i class="bi bi-twitter-x"></i></a> <a href=""><i class="bi bi-facebook"></i></a> <a href=""><i class="bi bi-instagram"></i></a> <a href=""><i class="bi bi-linkedin"></i></a> </div> </div> </div> </footer> <!-- Scroll Top --> <a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> <!-- Preloader --> <div id="preloader"></div> <!-- Vendor JS Files --> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/php-email-form/validate.js"></script> <script src="assets/vendor/aos/aos.js"></script> <script src="assets/vendor/glightbox/js/glightbox.min.js"></script> <script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script> <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> <!-- Main JS File --> <script src="assets/js/main.js"></script> </body> </html>