Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -139,7 +139,7 @@ function typeTextInto(elem, txt, speed = 50, onComplete) {
|
|
| 139 |
}
|
| 140 |
type();
|
| 141 |
}
|
| 142 |
-
const targetDate = new Date('March
|
| 143 |
const demoEl = document.getElementById('demo');
|
| 144 |
let timerInt;
|
| 145 |
|
|
|
|
| 139 |
}
|
| 140 |
type();
|
| 141 |
}
|
| 142 |
+
const targetDate = new Date('March 29, 2026 04:59:57').getTime();
|
| 143 |
const demoEl = document.getElementById('demo');
|
| 144 |
let timerInt;
|
| 145 |
|