summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-02-06 23:35:13 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-02-06 23:35:13 +0100
commit661881015028b9b609bce9c53dba12e6f2e8f71a (patch)
treec0d5e76371e24d9c0dc64a9993bd5349292bc68d
parenta2782d2928935f76e76171002a32a02843333cf9 (diff)
Add favicon to website
-rw-r--r--img/favicon.pngbin0 -> 13629 bytes
-rw-r--r--index.html1
2 files changed, 1 insertions, 0 deletions
diff --git a/img/favicon.png b/img/favicon.png
new file mode 100644
index 0000000..94b3694
--- /dev/null
+++ b/img/favicon.png
Binary files differ
diff --git a/index.html b/index.html
index 4c5fafe..1824925 100644
--- a/index.html
+++ b/index.html
@@ -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;