Advertisement
pacho_the_python

Untitled

Dec 2nd, 2023
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <link rel="stylesheet" href="ice_cream.css">
  7.     <title>Ice Cream</title>
  8. </head>
  9. <body onload="clickMe()">
  10.     <section id="section">
  11.         <button id="click">Ice Cream</button>
  12.     </section>
  13.     <script src="ice_cream.js"></script>
  14. </body>
  15.  
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement