Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -89,7 +89,7 @@ function typeTextInto(elem, txt, speed = 50, onComplete) {
|
|
| 89 |
}
|
| 90 |
type();
|
| 91 |
}
|
| 92 |
-
const targetDate = new Date('
|
| 93 |
const demoEl = document.getElementById('demo');
|
| 94 |
let timerInt;
|
| 95 |
|
|
|
|
| 89 |
}
|
| 90 |
type();
|
| 91 |
}
|
| 92 |
+
const targetDate = new Date('March 27, 2026 04:59:57').getTime();
|
| 93 |
const demoEl = document.getElementById('demo');
|
| 94 |
let timerInt;
|
| 95 |
|