Guest User

Untitled

a guest
Nov 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Test</title>
  6. </head>
  7. <body>
  8. One line of HTML code
  9. <script>
  10. // Synchronous delay of 5 seconds
  11. var timeWhile = new Date().getTime();
  12. while( new Date().getTime() - timeWhile < 5000 );
  13. </script>
  14. </body>
Add Comment
Please, Sign In to add comment