diff options
| author | spv.sh <spv@spv.sh> | 2023-04-18 12:30:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 12:30:16 -0400 |
| commit | cb847c47696e38e080d3b9511d68a73a6741ae71 (patch) | |
| tree | 5f23d504597f945ab07d781c9d6991cf8ca5cee8 /pwn.html | |
ye olde source
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> |
