Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad77 committed Jan 4, 2024
1 parent 1dcf9c7 commit 15d3504
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@
<div id="footer"></div>
<div class="footer">
<h3 style="color: #000000; background-color: #f3f3f3; font-size: 18px; padding: 40px; margin: 0; text-align: center;">
© <span id="currentYear"></span> Copyright:
<a href="#">AzadRasul</a>
</h3>
<h3 style="color: #000000; background-color: #f3f3f3; font-size: 18px; padding: 40px; margin: 0; text-align: center;">
© <?php echo date("Y"); ?> Copyright:
<a href="#">AzadRasul</a>
</h3>
© <span id="currentYear">2024</span> Copyright:
<a href="#">AzadRasul</a> <!--Both JS and PHP not worked for automatically update year -->

</div>
<!--Footer-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
Expand Down

0 comments on commit 15d3504

Please sign in to comment.