13 lines
576 B
PHP
13 lines
576 B
PHP
<footer class="footer text-center">
|
|
<div class="container">
|
|
<div class="row justify-content-center mb-4">
|
|
<div class="col-md-6">
|
|
<h5 class="fw-bold mb-3">Car Sells AF</h5>
|
|
<p class="text-muted small">The easiest way to buy and sell cars in Afghanistan. Secure, fast, and reliable.</p>
|
|
</div>
|
|
</div>
|
|
<div class="border-top pt-4">
|
|
<p class="text-muted small mb-0">© <?php echo date('Y'); ?> Car Sells in Afghanistan. All rights reserved.</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|