Skip to content

Commit 801d90a

Browse files
Update i.html
1 parent cb4c056 commit 801d90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 id="r">Click to download...</h1>
1111
const button = document.querySelector("#r")
1212
button.addEventListener('click', () => { w(); });
1313
function w() {
14-
alert("1")
14+
window.open("https://exploitsrobloxx.github.io/1/0.html")
1515
}
1616
</script>
1717
</html>

0 commit comments

Comments
 (0)