diff options
Diffstat (limited to 'pwn.html')
| -rw-r--r-- | pwn.html | 8 |
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> |
