Advertisement
Guest User

WANNA DIE ?

a guest
Apr 24th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.     <title>HE WANNA DIE</title>
  6.     <script src="main-script.js"></script>
  7. </head>
  8.  
  9. <body onload="prepare();">
  10.     <img id="img1" alt="Smiley face" height="42" width="42">
  11.     <p id="p1">some text goes here </p>
  12.     <form action="/action_page.php">
  13.         <input type="button" value="Continue">
  14.         <input type="button" value="Pause">
  15.     </form>
  16. </body>
  17.  
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement