11 lines
352 B
PHP
11 lines
352 B
PHP
|
|
</main>
|
|
|
|
<footer class="container mt-4 text-center text-muted">
|
|
<p>© <?php echo date("Y"); ?> vipanalisa. Built with Flatlogic. | <a href="public.php" target="_blank">View Public Report</a></p>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|