diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-13 18:58:32 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-13 18:58:32 -0600 |
commit | 60d52e6cb37812cac44952ea99a1d52b19e8de13 (patch) | |
tree | 922afeab2ba969ae4f652166f2a45b2cda7cf4dc /index.html | |
parent | 82b787e494b077ad0295561549842d05b9b60ad1 (diff) |
linked favicon
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,8 +2,9 @@ <html> <head> - <title>chrhodgden - Home</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>chrhodgden - Home</title> + <link rel="icon" type="image/svg+xml" href="img/favicon.svg"> <link rel="stylesheet" href="style.css"/> </head> |