ILikeMonkingOff commited on
Commit
6e8adcf
·
verified ·
1 Parent(s): b7b5983

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -0
index.html CHANGED
@@ -13,5 +13,10 @@
13
  </head>
14
  <body>
15
  <button class="my_button">Tickle me</button>
 
 
 
 
 
16
  </body>
17
  </html>
 
13
  </head>
14
  <body>
15
  <button class="my_button">Tickle me</button>
16
+ <script>
17
+ function myFunction(){
18
+ alert("😩")
19
+ }
20
+ </script>
21
  </body>
22
  </html>