artydev commited on
Commit
f3dc482
·
verified ·
1 Parent(s): 0325d07

Update index.html

Browse files
Files changed (1) hide show
  1. 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>