Advertisement
ambosdavid

Nothing Can Kill Your Overlord

Mar 6th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Watchstop</title>
  6. </head>
  7.  
  8. <body>
  9. <script>
  10. window.onload = setInterval(function() {
  11. document.body.innerHTML += "Nothing can kill your Overlord.<br>";
  12. }, 1);
  13. </script>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement