489495df MSV FM

MSV FM

Path : /home3/mandnweb/staging.alzie.co.uk/
File Upload :
Current < : /home3/mandnweb/staging.alzie.co.uk/terms.php

<?php require 'header.php'; ?>

<body>
    <div class="container-xxl bg-white p-0">
        
        <?php 
            $nav_active = 0;
            require 'navbar.php'; 
        ?>
        
        <?php 
            $title = 'Terms of Service';
            $bg_image = '../img/heros/other-pages-header.jpg';
            require 'sections/page-hero.php'; 
        ?>

        
        <?php require 'footer.php'; ?>


        <!-- Back to Top -->
        <a href="#" class="fixed rounded-md shadow-lg back-to-top"><i class="bi bi-arrow-up"></i></a>
    </div>

    
    <?php require 'script-libraries.php'; ?>
    
</body>

</html>
mandnweb@162.241.194.38: ~ $