diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-02-21 19:31:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 19:31:11 -0500 |
commit | 74bb526c19072ab26ed8f6f7c732365019cc7799 (patch) | |
tree | ed630e6de8afe418963e2d9509404745d1f03ccf /index.html | |
parent | 15c7ed8dc768da9034fefc5d087697960ac2358a (diff) |
Tweak
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> - <link rel="icon" href="/favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> + <link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="stylesheet" href="style.css"> </head> |