Skip to content

Commit d5fd506

Browse files
authored
AB#22 Update darkmode.html
1 parent eacbdac commit d5fd506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darkmode.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>Toggle Dark/Light Mode</h2>
2828
var element = document.body;
2929
element.classList.toggle("dark-mode");
3030
}
31-
<!--This shizz seems to work I guess, hello-->
31+
<!--This shizz seems to work I guess, I guess it does, it might not-->
3232
</script>
3333

3434
</body>

0 commit comments

Comments
 (0)