FrostIce commited on
Commit
c991832
·
verified ·
1 Parent(s): f7f24b7

Update index.html

Browse files
Files changed (1) hide show
  1. 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 27, 2026 04:59:57').getTime();
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