<script> document.addEventListener("DOMContentLoaded", () => { const log = console.log, array = ["https://i.pinimg.com/474x/92/46/e6/9246e6027a52135bc95857aad1f15769.jpg", "https://files.catbox.moe/6yyks5.gif", "https://files.catbox.moe/53nef2.gif", "https://files.catbox.moe/wtrjyt.gif", "https://files.catbox.moe/3xw7ym.gif", "https://files.catbox.moe/9tonn5.webp", "https://files.catbox.moe/0bt3f3.gif", "https://files.catbox.moe/g1lrrb.gif", "https://files.catbox.moe/w9j4x7.gif", "https://files.catbox.moe/eafi9r.gif", "https://files.catbox.moe/zvc9k1.gif" ,"https://files.catbox.moe/ax7yuh.webp", "https://files.catbox.moe/kup1fr.gif", "https://files.catbox.moe/5wexil.gif", "https://files.catbox.moe/a6b3oz.gif", "https://files.catbox.moe/5yn0ok.gif", "https://files.catbox.moe/0je7f8.gif", "https://files.catbox.moe/uil9k4.gif", "https://files.catbox.moe/azf4y4.gif", "https://files.catbox.moe/dtsnai.gif", "https://files.catbox.moe/b5a6ex.gif", "https://files.catbox.moe/ljeq9g.gif", "https://files.catbox.moe/ikzb2u.gif", "https://files.catbox.moe/b3p7h8.gif", "https://files.catbox.moe/xnq1tk.gif"] random = Math.floor(Math.random() * array.length), target = document.getElementById("target"); target.src = `${array

}`; log(target);k }); </script>