Update 'index.html'

remove days left, remove strike through
master
murtaugh 2 years ago
parent 770e282509
commit aaeef103cb

@ -57,7 +57,7 @@ figure figcaption {
<p class="news">
Application deadlines:<br>
<s>March 16 2022: early/non-EU</s><br>
<b>April 28 2022: final deadline EU</b><span id="daysleft"></span><br>
<b>April 28 2022: final deadline EU</b><br>
<a href="https://www.pzwart.nl/application/">https://www.pzwart.nl/application/</a>
</p>
@ -130,8 +130,5 @@ Application deadlines:<br>
<a href="zoom.html">Wiki "Zoom" interface</a> (archive, last updated 2018)
</li>
<script>
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