Made with Visual Studio Code
, HTML
and CSS
If you want to add this easter egg to your website, follow instructions :
Style sheet reference :
<link rel="stylesheet" href="animation.css">
In body, image div :
<div class="amongusimg" onmousedown=sound.play()>
<img src="https://wonder-day.com/wp-content/uploads/2020/10/wonder-day-among-us-21.png" width="250" height="250">
</div>
Sound script :
<script>
var sound = new Audio();
sound.src = "amogus.mp3";
</script>
But if you just want to test it out without adding it to your website, click here