diff options
author | axtlos <axtlos@disroot.org> | 2025-04-26 22:58:46 +0200 |
---|---|---|
committer | axtlos <axtlos@disroot.org> | 2025-04-26 22:58:46 +0200 |
commit | 4516e1ef0ba144196742959d967929e7fbe5fe03 (patch) | |
tree | ddf9d327ae1be6f514f2bab549eb7feefb667e0d /index.html | |
parent | a0507c543e80962f737cef6713b46e14f2d5dd3e (diff) | |
download | website-4516e1ef0ba144196742959d967929e7fbe5fe03.tar.gz website-4516e1ef0ba144196742959d967929e7fbe5fe03.tar.bz2 |
fix favicon hopefully
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Rose Garden</title> <link rel="stylesheet" href="./style.css"> - <link rel="icon" href="favicon.ico" type="image/x-icon"> + <link rel="icon" href="./favicon.ico" type="image/x-icon"> </head> <body> |