Update darkmode.js

This commit is contained in:
css pro 2024-10-02 11:46:09 -07:00 committed by GitHub
parent b5b4054797
commit bd5c6c8578
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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