9 lines
357 B
PHP
9 lines
357 B
PHP
</div>
|
|
<footer class="container py-4 border-top text-center text-secondary small">
|
|
© <?= date('Y') ?> RepairsPro Multi-Tenant Application.
|
|
</footer>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js?v=<?= time() ?>"></script>
|
|
</body>
|
|
</html>
|