diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-02-06 23:35:13 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-02-06 23:35:13 +0100 |
commit | 661881015028b9b609bce9c53dba12e6f2e8f71a (patch) | |
tree | c0d5e76371e24d9c0dc64a9993bd5349292bc68d /index.html | |
parent | a2782d2928935f76e76171002a32a02843333cf9 (diff) |
Add favicon to website
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Dillo Website</title> + <link rel="icon" type="image/png" href="img/favicon.png"> <style> body { background: white; |