Include more favicon sizes.
This commit is contained in:
parent
2999d4a65d
commit
65827c3036
BIN
src/images/mix-logo-thick-1024.png
Normal file
BIN
src/images/mix-logo-thick-1024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
BIN
src/images/mix-logo-thick-128.png
Normal file
BIN
src/images/mix-logo-thick-128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
BIN
src/images/mix-logo-thick-256.png
Normal file
BIN
src/images/mix-logo-thick-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
src/images/mix-logo-thick-512.png
Normal file
BIN
src/images/mix-logo-thick-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
src/images/mix-logo-thick-64.png
Normal file
BIN
src/images/mix-logo-thick-64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
@ -7,7 +7,12 @@ html(ng-app="netStatsApp")
|
||||
style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
|
||||
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
|
||||
link(rel='stylesheet', href='/css/netstats.min.css')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick.svg', type='image/x-icon')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick.svg', sizes='any' type='image/svg+xml')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick-1024.png', sizes='1024x1024' type='image/png')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick-512.png', sizes='512x512' type='image/png')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick-256.png', sizes='256x256' type='image/png')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick-128.png', sizes='128x128' type='image/png')
|
||||
link(rel='shortcut icon', href='/mix-logo-thick-64.png', sizes='64x64' type='image/png')
|
||||
body
|
||||
block content
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user