Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 335 Bytes

File metadata and controls

22 lines (15 loc) · 335 Bytes

CapPack Website (Static)

This website now runs as plain static files.

Run locally

python3 -m http.server 8000

Then open http://localhost:8000.

Main files

  • index.html
  • downloads.html
  • version-compatibility.html
  • credits.html
  • styles.css
  • script.js

No build step or Node setup is required.