13 lines
362 B
PHP
13 lines
362 B
PHP
</main>
|
|
<footer class="main-footer">
|
|
<div class="container">
|
|
<p>© <?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>
|