13 lines
379 B
PHP
13 lines
379 B
PHP
</main>
|
|
|
|
<footer class="bg-white text-center text-lg-start mt-5 py-3">
|
|
<div class="text-center text-muted">
|
|
© <?php echo date("Y"); ?> <?php echo htmlspecialchars(getenv('PROJECT_NAME') ?: 'Taxi HRM'); ?>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Bootstrap JS -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|