9 lines
415 B
PHP
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;">
|
|
© <?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>
|