We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4c056 commit 801d90aCopy full SHA for 801d90a
i.html
@@ -11,7 +11,7 @@ <h1 id="r">Click to download...</h1>
11
const button = document.querySelector("#r")
12
button.addEventListener('click', () => { w(); });
13
function w() {
14
-alert("1")
+window.open("https://exploitsrobloxx.github.io/1/0.html")
15
}
16
</script>
17
</html>
0 commit comments