Skip to content

JakeZQ/my-first-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

My First Website

A minimal static site with light/dark theme toggle.

Getting started

  • Open index.html directly in your browser, or
  • Serve locally to avoid any CSP or file URL quirks:
cd "$HOME/my-first-website"
python3 -m http.server 5173

Then visit http://localhost:5173.

Structure

  • index.html: main page
  • styles.css: basic styling and theme
  • script.js: theme toggle + persistence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors