// JavaScript function setCounterValue() { document.getElementById("compteur").innerHTML = "510"; } window.onload = setCounterValue;