diff options
-rw-r--r-- | gallery/index.html | 2 |
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; |