mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
Merge pull request #1305 from heull001/icon
changed rel="shortcut icon" to rel="icon"
This commit is contained in:
commit
998e2f96bd
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue