7 lines
277 B
PHP
7 lines
277 B
PHP
</main>
|
|
<footer class="bg-light text-center p-3 mt-5">
|
|
<p>© <?php echo date("Y"); ?> Clean Blog. All Rights Reserved.</p>
|
|
</footer>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|