34167-vm/partials/footer.php
Flatlogic Bot 2902ab3d4a 1
2025-09-17 17:06:16 +00:00

13 lines
362 B
PHP

</main>
<footer class="main-footer">
<div class="container">
<p>&copy; <?php echo date('Y'); ?> AvatarGen. All rights reserved.</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.29.0/feather.min.js"></script>
<script>
feather.replace();
</script>
</body>
</html>