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

@@ -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>