10 lines
296 B
PHP
10 lines
296 B
PHP
</main>
|
|
|
|
<footer class="container-fluid text-center text-muted mt-5 py-3">
|
|
<small>© <?php echo date('Y'); ?> Focuz International. All Rights Reserved.</small>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|