1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

changed rel="shortcut icon" to rel="icon"

"icon" is standard and used by all modern browsers. Only IE needed
"shortcut icon". Since is it not longer supported and would have needed an
.ico-file, "icon" is the right value for rel.
This commit is contained in:
Henning 2023-06-06 12:54:51 +02:00
parent d7ce2f0b98
commit 7c25c7715f

View file

@ -7,7 +7,7 @@
<script src="fn.js"></script>
<title>Radicale Web Interface</title>
<link href="css/main.css" media="screen" rel="stylesheet">
<link href="css/icon.png" type="image/png" rel="shortcut icon">
<link href="css/icon.png" type="image/png" rel="icon">
<style>
.hidden {display:none;}
</style>