16 lines
532 B
PHP
16 lines
532 B
PHP
</main>
|
|
|
|
<footer class="bg-dark text-white text-center p-4 mt-5">
|
|
<div class="container">
|
|
<p>© <?php echo date('Y'); ?> GameTourney. All Rights Reserved.</p>
|
|
<p>
|
|
<a href="#" class="text-white">Privacy Policy</a> |
|
|
<a href="#" class="text-white">Terms of Service</a>
|
|
</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>
|