13 lines
469 B
PHP
13 lines
469 B
PHP
</main>
|
|
|
|
<footer class="bg-dark-surface text-center text-muted py-4 mt-auto">
|
|
<div class="container">
|
|
<p>© <?php echo date('Y'); ?> Solo Leveling: IT. All Rights Reserved.</p>
|
|
<p>Built with Flatlogic</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
</body>
|
|
</html>
|