FrostIce commited on
Commit
602aa97
·
verified ·
1 Parent(s): e62d611

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -120,7 +120,7 @@ function typeCountdownOnce() {
120
  }
121
 
122
  document.addEventListener('DOMContentLoaded', () => {
123
- typeTextInto(document.getElementById('it'), 'До входа проекта осталось', 50);
124
  typeTextInto(document.getElementById('about'), 'Скоро выйдет проект', 30);
125
  typeCountdownOnce();
126
  });
 
120
  }
121
 
122
  document.addEventListener('DOMContentLoaded', () => {
123
+ typeTextInto(document.getElementById('it'), 'До выхода проекта осталось', 50);
124
  typeTextInto(document.getElementById('about'), 'Скоро выйдет проект', 30);
125
  typeCountdownOnce();
126
  });