linked favicon in index.html and modified README

This commit is contained in:
2026-04-13 14:12:56 +02:00
parent 5ef11b3fe8
commit 41130935af
2 changed files with 11 additions and 2 deletions

View File

@@ -31,7 +31,15 @@ Where:
No build tools required.
- Clone the repository.
- Open `index.html` in your browser.
- Either:
- Open `index.html` in your browser.
- Or start a http server inside the repo directory, e.g. with:
```sh
python -m http.server
```
and navigate to `localhost:8000` in your browser.
## License (GPLv3)