Skip to content

Instantly share code, notes, and snippets.

View jmdev11webdev's full-sized avatar
🏠
Working from home

jm jmdev11webdev

🏠
Working from home
View GitHub Profile
@jmdev11webdev
jmdev11webdev / toggle-theme.html
Created January 11, 2026 15:10
a basic dark mode toggle javascript function for basic html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
/* style to use for the body to change theme */
.myStyle {
background-color: black;