14 lines
417 B
PHP
14 lines
417 B
PHP
<!-- Footer -->
|
|
<footer class="text-center text-muted py-3 mt-5 border-top bg-light">
|
|
<div class="container">
|
|
<small>© 2025 AlarmDrift — All rights reserved.</small><br>
|
|
<small>Version 0.0.1 (Dev) | Last updated: August 2025</small>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Bootstrap JS bundle -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|
|
|