mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
fix favicon
This commit is contained in:
parent
54993784da
commit
1cd9f74305
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
<head>
|
||||
<title>Deluge: Web UI (alpha) ${version}</title>
|
||||
|
||||
<link rel="shortcut icon" href="/icons/16/deluge.png" type="image/png" />
|
||||
<link rel="icon" href="/icons/16/deluge.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="/icons/deluge.png" type="image/png" />
|
||||
<link rel="icon" href="/icons/deluge.png" type="image/png" />
|
||||
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/ext-all.css" />
|
||||
|
|
Loading…
Add table
Reference in a new issue