Skip to content

Commit 5b30a97

Browse files
committed
تعديل ساعة العداد
1 parent 099bc9e commit 5b30a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135

136136
<script>
137137
function updateCountdown() {
138-
const newYear = new Date("2025-06-26");
138+
const newYear = new Date("2025-06-26T04:00:00+02:00");
139139
const now = new Date();
140140
const timeDifference = newYear - now;
141141

0 commit comments

Comments
 (0)