diff options
Diffstat (limited to 'web/homepage')
-rw-r--r-- | web/homepage/header.html | 2 | ||||
-rw-r--r-- | web/homepage/static/favicon.webp | bin | 0 -> 11554 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/web/homepage/header.html b/web/homepage/header.html index 1f9c262a58e3..64579586d14a 100644 --- a/web/homepage/header.html +++ b/web/homepage/header.html @@ -3,7 +3,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="tazjin's blog"> <link rel="stylesheet" type="text/css" href="static/tazjin.css" media="all"> - <link rel="alternate" type="application/rss+xml" title="RSS-Feed" href="/rss.xml"> + <link rel="icon" type="image/webp" href="/static/favicon.webp"> <title>tazjin's interblag</title> </head> <body class="dark"> diff --git a/web/homepage/static/favicon.webp b/web/homepage/static/favicon.webp new file mode 100644 index 000000000000..f99c9085340b --- /dev/null +++ b/web/homepage/static/favicon.webp Binary files differ |