summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-18 18:09:26 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-18 18:09:26 -0700
commitd35636657bbaccd5ec38327afe6a4fabfcddb1fe (patch)
tree9d0be29942263e8be938ce2cf5aed5bd0335b09d
parente598de9dc5b701fd08e9d486457b94166fd40ffe (diff)
Fix favicon path
-rw-r--r--html/app.html2
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">