33962-vm/templates/footer.php
2025-09-11 04:56:28 +00:00

12 lines
563 B
PHP

<!-- Footer -->
<footer class="py-4 bg-dark text-white text-center">
<div class="container">
<p class="m-0">&copy; <?php echo date("Y"); ?> Nimbus. All Rights Reserved.</p>
<p class="m-0"><a href="#" class="text-white">Privacy Policy</a> &middot; <a href="#" class="text-white">Terms of Service</a></p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
</body>
</html>