Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <body>
- <script>
- function dupa(){
- document.getElementsByTagName('span').item(0).innerText = 'Jeszcze wieksza dupa';
- }
- </script>
- <span>
- </span>
- <script>dupa();</script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement