push pour push

This commit is contained in:
Clément Brossaud
2023-05-24 15:34:29 +02:00
parent cda794968e
commit fe8064e4e4
3 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@
<div id="chrono"></div>
<div id="hour"></div>
</nav>
<input type="text" id="entry_text">
<div class="publi">
<p><img src="src/img/publications/pink square.png" alt="pink square" class="squares">
Sébastien Puma Emmanuel Sander Matthieu Saumard Isabelle Barbet Aurélien Latouche.<strong> Reconsidering conceptual knowledge: Heterogeneity of its components.</strong> Journal of Experimental Child Psychology, 2023, 227, pp.105587.

View File

@@ -27,7 +27,7 @@ function displayWord() {
setTimeout(() => {
wordElement.classList.add('show');
}, 100);
}, 1000);
});
}