diff options
| author | Ahmed <git@gumx.cc> | 2026-06-18 00:40:27 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-18 00:40:27 +0300 |
| commit | 66868fa69d39b6d09780f3eddae8d892dbd17dd2 (patch) | |
| tree | ab87e3807b89d10ebac540c92aa5950d2350b67c /_shared | |
| parent | feea3d65ed9c56a83313955fa23397374efc631b (diff) | |
fix: favicon stuff
Diffstat (limited to '_shared')
| -rw-r--r-- | _shared/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_shared/404.html b/_shared/404.html index 38f064f..52e0240 100644 --- a/_shared/404.html +++ b/_shared/404.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1IDUiPjxyZWN0IHg9IjEiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyIiB5PSIxIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMCIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjEiIHk9IjIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyIiB5PSIyIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PC9zdmc+"> +<link rel="icon" type="image/svg+xml" href="/favicon.svg"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>404 not found</title> <style> |
