36543-vm/includes/footer.php
Flatlogic Bot 4c235f6179 hell yea
2025-12-01 12:52:33 +00:00

11 lines
378 B
PHP

<footer class="py-4 mt-auto text-center text-muted">
<div class="container">
<small>&copy; <?php echo date('Y'); ?> <?php echo htmlspecialchars($_SERVER['PROJECT_NAME'] ?? 'AI Math Lectures'); ?>. All Rights Reserved.</small>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>