diff options
author | vgatextmode <[email protected]> | 2024-10-20 15:09:32 +0300 |
---|---|---|
committer | vgatextmode <[email protected]> | 2024-10-20 15:09:32 +0300 |
commit | 3014f62cd08676757918b42f18c4d049a8c5bb5f (patch) | |
tree | b3631aa9b5384fc8aa1ea797b5e229b25cce7d49 /index.html | |
parent | cb1fd1412822a01069c0d7b5d6c62f545a328809 (diff) |
[feat] add favicon
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,9 +2,7 @@ <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="preconnect" href="https://fonts.googleapis.com"> - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> - <link href="https://fonts.googleapis.com/css2?family=Itim&display=swap" rel="stylesheet"> + <link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="stylesheet" href="style.css"></link> </head> |