FrostIce commited on
Commit
e62d611
·
verified ·
1 Parent(s): 2aa621d

Update index.html

Browse files
Files changed (1) hide show
  1. 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('Feb 14, 2026 09:59:00').getTime();
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