diff options
author | hellekin <hellekin@cepheide.org> | 2020-11-20 23:45:28 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-11-20 23:45:28 +0100 |
commit | 61826b1166b602231abda2a2cf61495e40c3d76f (patch) | |
tree | 94fe8285c47f2a4c56fee343fd486afd9303e33e /index-004.html | |
parent | 2e578cf47b885ebe82ec4ea27e3219c6a10a3099 (diff) | |
download | dream.public.cat-61826b1166b602231abda2a2cf61495e40c3d76f.tar.gz |
Add favicon and link index
The favicon is provided in PNG and SVG.
This commit also links the new version as the default one on the site.
Diffstat (limited to 'index-004.html')
-rw-r--r-- | index-004.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/index-004.html b/index-004.html index 1bbda9b..03e3cfd 100644 --- a/index-004.html +++ b/index-004.html @@ -6,6 +6,9 @@ <title>DREAM enables Group P2P Collaboration</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover"> <link rel="stylesheet" type="text/css" href="main_style-004.css"> + <link rel="icon" type="image/svg+xml" href="favicon.svg"> + <link rel="icon" type="image/png" href="favicon.png"> + <!-- TODO Add OG meta tags --> </head> <body> @@ -50,7 +53,6 @@ </section> </aside> </main> - <aside> <header> <p>Our public forum is open!<br>See <a href="https://dream.public.cat/categories">what's cooking</a>.</p> |