diff options
-rw-r--r-- | favicon.ico | bin | 0 -> 266 bytes | |||
-rw-r--r-- | index.html | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..41b7e5a --- /dev/null +++ b/favicon.ico @@ -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> |