Skip to content

Muthiru/Pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon

Simple static website project containing:

  • index.html — main page
  • contact.html — contact page
  • styles.css — stylesheet

Quick start

  1. Open index.html in your browser to view the site.

Or run a simple local server:

# from the project root
python3 -m http.server 8000
# then open http://localhost:8000

Editing

  • Update HTML files directly in the project folder.
  • Update styles in styles.css.

Notes

  • No build step required — this is a static site.
  • Add more pages or assets in this folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors