mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 18:29:11 +00:00
update favicon, add homescreen icon
this updates the favicon to 64px and the new logo and adds a 128px image for apple/android homescreen also we add the relevant html meta link tags for apple/android homescreen icons Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
55d727ca7a
commit
5b19317420
@ -14,6 +14,8 @@ sub get_index {
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>$nodename - Proxmox Virtual Environment</title>
|
||||
<link rel="icon" sizes="128x128" href="/pve2/images/logo-128.png" />
|
||||
<link rel="apple-touch-icon" sizes="128x128" href="/pve2/images/logo-128.png" />
|
||||
<link rel="stylesheet" type="text/css" href="/pve2/ext6/theme-crisp/resources/theme-crisp-all.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/pve2/ext6/crisp/resources/charts-all.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/pve2/css/font-awesome.css" />
|
||||
|
@ -13,6 +13,8 @@ sub get_index {
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>$nodename - Proxmox Virtual Environment</title>
|
||||
|
||||
<link rel="icon" sizes="128x128" href="/pve2/images/logo-128.png" />
|
||||
<link rel="apple-touch-icon" sizes="128x128" href="/pve2/images/logo-128.png" />
|
||||
<link rel="stylesheet" type="text/css" href="/pve2/touch/resources/css/sencha-touch.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/pve2/touch/resources/css/pve.css" />
|
||||
_EOD
|
||||
|
@ -65,7 +65,8 @@ IMAGES = ${GNOME_IMAGES} \
|
||||
icon-display.png \
|
||||
icon-harddisk.png \
|
||||
icon-keyboard.png \
|
||||
logo-ceph.png
|
||||
logo-ceph.png \
|
||||
logo-128.png
|
||||
|
||||
.PHONY: install
|
||||
install: ${IMAGES}
|
||||
|
BIN
www/images/favicon.ico
Normal file → Executable file
BIN
www/images/favicon.ico
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
BIN
www/images/logo-128.png
Executable file
BIN
www/images/logo-128.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
Loading…
Reference in New Issue
Block a user