11 lines
289 B
PHP
11 lines
289 B
PHP
|
|
<footer class="footer mt-auto py-3 bg-dark text-white">
|
|
<div class="container text-center">
|
|
<small>harmony3 © 2025</small>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script> -->
|
|
</body>
|
|
</html>
|