diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-02-28 21:33:39 +0000 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-02-28 21:33:39 +0000 |
commit | 65909d33df0aa1c852f69b46b5705b5c678b250c (patch) | |
tree | 8832d3185ea1dcc47ee74ba1020c4c8a6d3ee218 /html/notes/android_swrast.html | |
parent | d0ff6ebaaaec4f183a6abc146aa1b33695f75a4a (diff) |
Add png favicon
Diffstat (limited to 'html/notes/android_swrast.html')
-rw-r--r-- | html/notes/android_swrast.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/notes/android_swrast.html b/html/notes/android_swrast.html index 856f8f9..c7edc92 100644 --- a/html/notes/android_swrast.html +++ b/html/notes/android_swrast.html @@ -10,7 +10,8 @@ <link rel="stylesheet" href="/assets/style.css"> <link rel="icon" type="image/x-icon" href="/assets/favicon.svg"> - <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> + <link rel="icon" type="image/png" href="/assets/favicon.png"> + <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml"> </head> <body> |