add favicon.ico

This commit is contained in:
Dietmar Maurer 2013-08-16 13:05:40 +02:00
parent c576f1843a
commit e88a5cde5f
5 changed files with 5 additions and 1 deletions

View File

@ -287,6 +287,9 @@ sub send_file_start {
} elsif ($filename =~ m/\.png$/) {
$ct = 'image/png';
$nocomp = 1;
} elsif ($filename =~ m/\.ico$/) {
$ct = 'image/x-icon';
$nocomp = 1;
} elsif ($filename =~ m/\.gif$/) {
$ct = 'image/gif';
$nocomp = 1;

View File

@ -229,7 +229,7 @@ _EOJS
<link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" />
<script type="text/javascript">$i18nsrc</script>
<script type="text/javascript" src="/pve2/ext4/ext-all-debug.js"></script>
<script type="text/javascript" src="/pve2/ext4/pvemanagerlib.js"></script>

View File

@ -22,6 +22,7 @@ GNOME_IMAGES = \
computer.png
IMAGES = ${GNOME_IMAGES} \
favicon.ico \
snapshot.png \
computer-on.png \
memory.png \

BIN
www/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
www/images/favicon.xcf Normal file

Binary file not shown.