To resolve your issue you need to amend the HTML to the following:
<p id="countdown" style="font-size: 120px;"></p>
as you currently have:
<p id="countdown" style="font-size: 120px;></p>
with a missing "
Thank you
To resolve your issue you need to amend the HTML to the following:
<p id="countdown" style="font-size: 120px;"></p>
as you currently have:
<p id="countdown" style="font-size: 120px;></p>
with a missing "
Thank you