Update darkmode.js

This commit is contained in:
css pro 2024-10-02 11:12:26 -07:00 committed by GitHub
parent 4127756c51
commit 961e9c5fef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
var dCheck = document.getElementById("dMode");
console.log("darmode.js working")
dCheck.onclick = function dClick(){
console.log("heck yeah");