10 lines
343 B
PHP
10 lines
343 B
PHP
<footer class="text-center mt-5 py-3 bg-white shadow-sm">
|
|
<div class="container">
|
|
<p class="mb-0">© <?php echo date('Y'); ?> Luxury Carpets. All Rights Reserved.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Bootstrap JS -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|