36947-vm/includes/footer.php
Flatlogic Bot 4be8924eba Educ8
2025-12-14 21:05:45 +00:00

12 lines
352 B
PHP

</main>
<footer class="footer">
<div class="container text-center">
<p>&copy; <?php echo date('Y'); ?> <?php echo htmlspecialchars($_SERVER['PROJECT_NAME'] ?? 'My Blog'); ?>. All Rights Reserved.</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>