This commit is contained in:
Joey Yakimowich-Payne 2025-02-27 18:27:55 -07:00
commit bd81f72bc9
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1

View file

@ -11,6 +11,9 @@
<div class="centered">
<img id="bean" src="bean.svg" alt="Bean" onclick="explodeBeans()">
</div>
<footer style="position: absolute; bottom: 10px; width: 100%; text-align: center; color: #fff;">
by JoJomaw
</footer>
<script>
function explodeBeans() {
const container = document.querySelector('.centered');