Update index.html
Browse files- 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 |
});
|