Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad77 authored Jan 4, 2024
1 parent 823805c commit 65d57e1
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions footer.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
<!doctype html>
<html lang='en'>
<head>
<meta charset="utf-8">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<link type="text/css" rel="stylesheet" href="style.css" />
<title>footer</title>

<title>footer</title>
<script>
document.addEventListener('DOMContentLoaded', function () {
var currentYear = new Date().getFullYear();
document.getElementById('currentYear').innerText = currentYear;
});
</script>
</head>
<body>
<!--Footer-->
<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>
</div>
<!--Footer-->
</body>
<!--Footer-->
<div id="footer"></div>
<div class="footer" >
<h3 style="color: #000000; background-color: #f3f3f3; font-size: 18px; padding:40px; margin:0; text-align:center;">© 2024 Copyright:<a> AzadRasul</a></h3>
</div>
<!--Footer-->
</html>

0 comments on commit 65d57e1

Please sign in to comment.