35455-vm/includes/footer.php
Flatlogic Bot f6a12148bf new
2025-11-04 13:20:18 +00:00

11 lines
483 B
PHP

<footer class="py-4 mt-auto">
<div class="container text-center text-muted">
<p>&copy; <?php echo date("Y"); ?> NeuroDetect. All Rights Reserved.</p>
<p class="small">Built with <a href="https://flatlogic.com" target="_blank" rel="noopener">Flatlogic</a></p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
</body>
</html>