Update darkmode.js

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

View File

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