SITCON-tgBot says to #sitcon
<DeemoHarlos>: var headpic = document.getElementById('headpic') function showHeadpic(){ headpic.style.opacity = 1 headpic.style.transform = 'scale(1)' } window.onload = showHeadpic