Advertisement
Higloo

me me big boy

Aug 20th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. <DOCTYPE! html>
  2. <html>
  3. <head>
  4. <title>
  5. me me big boy
  6. </title>
  7. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  8. <style>
  9. body {
  10.      background-color: gold;
  11. }
  12. p {
  13.   font-family: Roboto;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <p>the big boy me me</p>
  19. <script>
  20. (function(){
  21.     "me me big boy"
  22.     alert('me me big boy')
  23.     setTimeout(arguments.callee, 1);
  24. })();
  25. </script>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement