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 | |
parent | a2782d2928935f76e76171002a32a02843333cf9 (diff) |
Add favicon to website
-rw-r--r-- | img/favicon.png | bin | 0 -> 13629 bytes | |||
-rw-r--r-- | index.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/img/favicon.png b/img/favicon.png Binary files differnew file mode 100644 index 0000000..94b3694 --- /dev/null +++ b/img/favicon.png @@ -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; |