A minimal static site with light/dark theme toggle.
- Open
index.htmldirectly in your browser, or - Serve locally to avoid any CSP or file URL quirks:
cd "$HOME/my-first-website"
python3 -m http.server 5173Then visit http://localhost:5173.
index.html: main pagestyles.css: basic styling and themescript.js: theme toggle + persistence