11 lines
378 B
PHP
11 lines
378 B
PHP
|
|
<footer class="py-4 mt-auto text-center text-muted">
|
|
<div class="container">
|
|
<small>© <?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>
|