diff options
| author | Carson Fleming <cflems@cflems.net> | 2023-11-08 12:17:31 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2023-11-08 12:17:31 -0500 |
| commit | be8fde9b3d0ca8b853862ec3ea6b04e4bfbce5ce (patch) | |
| tree | 93250a219f441ab5c6069b45fb9bccc847e2b7d6 /static/notfound.html | |
| parent | c1e0362f92bbd05361e28b5f1e9507e8c63bfa4c (diff) | |
| download | fle.ms-be8fde9b3d0ca8b853862ec3ea6b04e4bfbce5ce.tar.gz | |
Use SVG favicon
Diffstat (limited to 'static/notfound.html')
| -rw-r--r-- | static/notfound.html | 2 |
1 files changed, 1 insertions, 1 deletions
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" /> |
