blob: 3473a7047aec2a3c1f8826cec43234a4ac9c99fe (
plain)
1
2
3
4
5
6
7
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>
|