You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>The time remaining until December 31, 2023!</h2>
<label for="days">Remaining days :
<p id="days"></p>
</label>
<br>
<label for="hours">Remaining hours :
<p id="hours"></p>
</label>
<br>
<label for="minutes">REmaining minutes :
<p id="minutes"></p>
</label>
<br>
<label for="seconds">Remaining seconds :
<p id="seconds"></p>
</label>
<br>
<h3>Ah, time! Please stop~~</h3>
</div>
<!-- Numbers for the month day and year will be completed in the javasript file below. Since the index for January starts at 0, December will reflect 11 instead of 12, see javascript associated script -->