Skip to content

Commit 668e4a5

Browse files
committed
deploy: 2c58d25
1 parent 7ae171c commit 668e4a5

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

landing/win10/index.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,10 @@
3737
<link rel="stylesheet" href="/css/home.css">
3838
<main>
3939
<div>
40-
<h1>Windows 10 support ends in</h1>
41-
<h2 id="amount">X days</h2>
40+
<h1>RIP Windows 10</h1>
4241
</div>
4342
</main>
4443
<script>
45-
let rn = new Date(); // Current date
46-
let target = new Date("2025-10-14") // Day of death
47-
48-
console.log(target)
49-
50-
let differ = target.getTime() - rn.getTime();
51-
52-
differ = Math.round(differ / (1000 * 3600 * 24));
53-
54-
document.getElementById("amount").textContent = differ + " days";
5544
</script>
5645
</body>
5746
</html>

0 commit comments

Comments
 (0)