aboutsummaryrefslogtreecommitdiff
path: root/pwn.html
diff options
context:
space:
mode:
authorspv.sh <spv@spv.sh>2023-04-18 12:30:16 -0400
committerGitHub <noreply@github.com>2023-04-18 12:30:16 -0400
commitcb847c47696e38e080d3b9511d68a73a6741ae71 (patch)
tree5f23d504597f945ab07d781c9d6991cf8ca5cee8 /pwn.html
ye olde source
Diffstat (limited to 'pwn.html')
-rw-r--r--pwn.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/pwn.html b/pwn.html
new file mode 100644
index 0000000..3473a70
--- /dev/null
+++ b/pwn.html
@@ -0,0 +1,8 @@
+<html>
+ <body>
+ <script src="pwn.js"></script>
+ <!-- this input box doesn't work -->
+ <input placeholder="paste 2 pwn"></input>
+ <button onclick="pwn();">copy teh pwnz</button>
+ </body>
+</html>