Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -19,6 +19,7 @@
|
|
| 19 |
<script>
|
| 20 |
const header = document.querySelector("header");
|
| 21 |
header.style.display = "none";
|
|
|
|
| 22 |
</script>
|
| 23 |
</body>
|
| 24 |
</html>
|
|
|
|
| 19 |
<script>
|
| 20 |
const header = document.querySelector("header");
|
| 21 |
header.style.display = "none";
|
| 22 |
+
alert("Hiding")
|
| 23 |
</script>
|
| 24 |
</body>
|
| 25 |
</html>
|