39029-vm/includes/footer.php
2026-03-06 17:54:56 +00:00

15 lines
588 B
PHP

</main>
<footer class="footer py-4 mt-4">
<div class="container d-flex flex-column flex-md-row justify-content-between gap-3">
<div>
<div class="fw-semibold">Community pulse stays here.</div>
<div class="muted">Builds, threads, and strategy snapshots update in real time.</div>
</div>
<div class="muted">UTC <?= h(date('M j, Y H:i')) ?></div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js?v=<?= time(); ?>"></script>
</body>
</html>