Update index.html
Browse files- 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>
|