11 lines
334 B
PHP
11 lines
334 B
PHP
</main>
|
|
|
|
<footer class="container mt-4 text-center text-muted">
|
|
<p>© <?php echo date('Y'); ?> Real Estate Management. Built with <a href="https://flatlogic.com">Flatlogic</a>.</p>
|
|
</footer>
|
|
|
|
<!-- Scripts -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|