35418-vm/includes/footer.php
2025-11-02 14:43:46 +00:00

13 lines
469 B
PHP

</main>
<footer class="bg-dark-surface text-center text-muted py-4 mt-auto">
<div class="container">
<p>&copy; <?php echo date('Y'); ?> Solo Leveling: IT. All Rights Reserved.</p>
<p>Built with Flatlogic</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>