linked favicon in index.html and modified README
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user