Update 'index.html'

master
murtaugh 2 years ago
parent 5cd75d44da
commit 770e282509

@ -131,7 +131,7 @@ Application deadlines:<br>
</li>
<script>
document.getElementById("daysleft").innerHTML = ` -- ${Math.floor((new Date("2022-04-28") - new Date()) / (1000 * 60 * 60 * 24))} days left`;
document.getElementById("daysleft").innerHTML = ` -- ${Math.ceil((new Date("2022-04-28") - new Date()) / (1000 * 60 * 60 * 24))} days left`;
</script>
</body>
</html>
Loading…
Cancel
Save