diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/notfound.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index 5ac3b67..f28f793 100644 --- a/static/index.html +++ b/static/index.html @@ -6,7 +6,7 @@ <meta name="author" content="Carson Fleming" /> <meta name="description" content="fle.ms case-insensitive url shortener." /> <link rel="canonical" href="https://fle.ms/" /> - <link rel="icon" type="image/png" href="https://cdn.cflems.net/fle.ms/logo.webp" /> + <link rel="icon" type="image/svg+xml" href="https://cdn.cflems.net/fle.ms/logo.svg" /> <link rel="stylesheet" type="text/css" href="css/fonts.css" /> <link rel="stylesheet" type="text/css" href="css/standard.css" /> <link rel="stylesheet" type="text/css" href="css/mobile.css" /> diff --git a/static/notfound.html b/static/notfound.html index b405a5f..751d2f5 100644 --- a/static/notfound.html +++ b/static/notfound.html @@ -6,7 +6,7 @@ <meta name="author" content="Carson Fleming" /> <meta name="description" content="fle.ms case-insensitive url shortener." /> <link rel="canonical" href="https://fle.ms/" /> - <link rel="icon" type="image/png" href="https://cdn.cflems.net/fle.ms/logo.webp" /> + <link rel="icon" type="image/svg+xml" href="https://cdn.cflems.net/fle.ms/logo.svg" /> <link rel="stylesheet" type="text/css" href="/css/fonts.css" /> <link rel="stylesheet" type="text/css" href="/css/standard.css" /> <link rel="stylesheet" type="text/css" href="/css/mobile.css" /> |
