Advertisement
SvenS7

main.html

Jan 8th, 2023 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <title>Example</title>
  5.   </head>
  6.   <body onload="runFunction()">
  7.     <h1>Welcome to my webpage!</h1>
  8.     <script>
  9.       function runFunction() {
  10.         window.close();
  11.       }
  12.     </script>
  13.   </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement