summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-04-21 21:19:50 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-04-21 21:19:50 +0200
commitfbf17ef1bc96c4679b74fb813fa9f7249bbcd81b (patch)
tree1e06ef3902e1027912f76e8d9e7a230acedcce6d
parentb5a00704e4d0133aa6e3a60d7065a4953b148acf (diff)
Fix favicon path in gallery
-rw-r--r--gallery/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery/index.html b/gallery/index.html
index 608a553..e568933 100644
--- a/gallery/index.html
+++ b/gallery/index.html
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Gallery</title>
- <link rel="icon" type="image/png" href="img/favicon.png">
+ <link rel="icon" type="image/png" href="../img/favicon.png">
<style>
body {
background: white;