about summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-11-22 19:26:34 +0000
committerAlyssa Ross <hi@alyssa.is>2020-11-25 18:33:48 +0000
commit8b38a27080b5b1d5961daf52074400759362a71e (patch)
tree55771fdad5327794623636e53c601a3ea83e0f79 /index.html
parent5ac2d787b12e05a9ea91e94ca9373ced55d7371a (diff)
downloadwww-8b38a27080b5b1d5961daf52074400759362a71e.tar
www-8b38a27080b5b1d5961daf52074400759362a71e.tar.gz
www-8b38a27080b5b1d5961daf52074400759362a71e.tar.bz2
www-8b38a27080b5b1d5961daf52074400759362a71e.tar.lz
www-8b38a27080b5b1d5961daf52074400759362a71e.tar.xz
www-8b38a27080b5b1d5961daf52074400759362a71e.tar.zst
www-8b38a27080b5b1d5961daf52074400759362a71e.zip
Use logo as favicon
We don't do anything to fall back to a PNG favicon for browsers that
don't support conic gradients (Firefox <83), because there's not
really any good way to do that, and the favicon isn't all that
important anyway.

Message-Id: <20201122194625.13252-2-hi@alyssa.is>
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1a3f18e..10dcdeb 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,7 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
+<link rel="icon" href="logo/logo_html.svg">
 <link rel="stylesheet" href="style.css">
 
 <title>Spectrum, a step towards usable secure computing</title>