38921-vm/footer.php
2026-03-01 22:44:18 +00:00

9 lines
415 B
PHP

<footer class="container" style="text-align: center; color: var(--text-muted); font-size: 0.75rem; margin-top: 4rem; padding-bottom: 2rem;">
&copy; <?php echo date('Y'); ?> MSP Connect Platform. All rights reserved.
<br>
<span style="opacity: 0.5;">v1.0.0-beta | Powered by LAMP</span>
</footer>
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
</body>
</html>