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.
- 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)

View File

@@ -5,7 +5,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exposure Match Calculator (ISO / Aperture / Shutter)</title>
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="app.css" />
<link rel="icon" href="favicon.ico" />
</head>
<body>