33 lines
1.3 KiB
PHP
33 lines
1.3 KiB
PHP
</main>
|
|
|
|
<!-- Footer -->
|
|
<footer class="py-4 bg-dark text-white">
|
|
<div class="container text-center">
|
|
<p>© <?php echo date("Y"); ?> HerWay. All Rights Reserved.</p>
|
|
<p>
|
|
<a href="#" class="text-white">Privacy Policy</a> |
|
|
<a href="#" class="text-white">Terms of Service</a>
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- SOS Toast Notification -->
|
|
<div class="position-fixed bottom-0 end-0 p-3" style="z-index: 11">
|
|
<div id="sosToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
|
|
<div class="toast-header">
|
|
<strong class="me-auto text-danger"><i class="bi bi-exclamation-triangle-fill"></i> SOS Activated</strong>
|
|
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
|
|
</div>
|
|
<div class="toast-body">
|
|
Your emergency contacts have been notified and are receiving your live location.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Bootstrap JS -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<!-- Custom JS -->
|
|
<script src="assets/js/main.js"></script>
|
|
</body>
|
|
</html>
|