7 lines
275 B
PHP
7 lines
275 B
PHP
</main>
|
|
<footer class="text-center p-4 mt-auto">
|
|
<p>© <?php echo date("Y"); ?> ExpenseTracker. All rights reserved.</p>
|
|
</footer>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|