A tiny static site counting down to Tso's release day (30 October 2026, 17:00 UK time), with rotating facts from the case file.
No build step. Open index.html directly, or serve the folder:
python3 -m http.server 8080
# β http://localhost:8080| File | Purpose |
|---|---|
config.js |
Colleague's name, the last-day date, celebration message |
facts.js |
The list of fun facts (one string per entry) |
- Push this folder to a GitHub repository (the files are already at the repo root).
- In the repo, go to Settings β Pages.
- Under Build and deployment, set Source to Deploy from a branch, Branch to
main, folder/ (root), and Save. - After a minute or two the site is live at
https://<username>.github.io/<repo-name>/.
No Jekyll config needed β it's pure HTML/CSS/JS.