13 lines
392 B
PHP
13 lines
392 B
PHP
</main>
|
|
|
|
<footer class="text-center text-muted py-4 mt-4 bg-white">
|
|
<div class="container">
|
|
<p>© <?php echo date("Y"); ?> NWarehouse IoT Monitoring. All Rights Reserved.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
|
</body>
|
|
</html>
|