Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@
<div id="countdown">
</div>

<div class="new-timer" id="countdown01">
</div>



<script src="countdown.js"></script>

<script>
// Initialize the countdown with a target date and target element ID
Countdown.init('2028-10-10', 'countdown');
Countdown.init('2028-08-10', 'countdown01');
</script>

</body>
Expand Down
Loading