15 lines
720 B
PHP
15 lines
720 B
PHP
<footer class="bg-white border-top py-4 mt-5">
|
|
<div class="container text-center">
|
|
<p class="text-muted small mb-0">© <?= date('Y') ?> Township Schools Platform. Optimized for low-bandwidth.</p>
|
|
<div class="mt-2">
|
|
<span class="badge rounded-pill bg-light text-dark border"><i class="bi bi-wifi-off me-1"></i> Offline Capable</span>
|
|
<span class="badge rounded-pill bg-light text-dark border ms-2"><i class="bi bi-shield-check me-1"></i> POPIA Compliant</span>
|
|
</div>
|
|
</div>
|
|
</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>
|