From 41130935aff63ff00506da1fb8cf17456fb4e01a Mon Sep 17 00:00:00 2001 From: Fabian Wolter Date: Mon, 13 Apr 2026 14:12:56 +0200 Subject: [PATCH] linked favicon in index.html and modified README --- README.md | 10 +++++++++- index.html | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c138f66..f0ad40c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/index.html b/index.html index 8acf495..41a259d 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,8 @@ Exposure Match Calculator (ISO / Aperture / Shutter) - + +