Dominic Oladapo-Tonade

Results 1 comments of Dominic Oladapo-Tonade

@ahmedsaee468 ``` var romLink = "https://example.com/path/to/romfile.rom"; var link = document.createElement("a"); link.style.display = "none"; link.href = romLink; // add the link to the body of the document document.body.appendChild(link); // here you...