diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-18 18:09:26 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-18 18:09:26 -0700 |
| commit | d35636657bbaccd5ec38327afe6a4fabfcddb1fe (patch) | |
| tree | 9d0be29942263e8be938ce2cf5aed5bd0335b09d /html/app.html | |
| parent | e598de9dc5b701fd08e9d486457b94166fd40ffe (diff) | |
Fix favicon path
Diffstat (limited to 'html/app.html')
| -rw-r--r-- | html/app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/app.html b/html/app.html index 59be684..2fc3859 100644 --- a/html/app.html +++ b/html/app.html @@ -22,7 +22,7 @@ <meta charset="UTF-8"> <title>GNUfault</title> <link rel="stylesheet" type="text/css" href="/css/all.css"> - <link rel="icon" type="image/x-icon" href="/images/taya.gif"> + <link rel="icon" type="image/x-icon" href="/images/logos/taya.gif"> </head> <body> <div class="container"> |
