Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveen-Prabhu committed Dec 22, 2024
1 parent 2af45c7 commit 0ac5705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>New Year 2024</title>
<title>GATE 2025</title>
<link rel="icon" href="icon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
Expand All @@ -13,7 +13,7 @@
<body>
<img src="">
<div class="container">
<h2><span>Countdown to</span>New Year 2024</h2>
<h2><span>Countdown to</span>GATE 2025</h2>
<div class="countdown">
<div id="day">-</div>
<div id="hour">-</div>
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var countDate = new Date('Jan 01, 2024 00:00:00').getTime();
var countDate = new Date('Feb 01, 2025 00:00:00').getTime();

window.addEventListener('load', e => {
newYear();
Expand Down

0 comments on commit 0ac5705

Please sign in to comment.