mirror of
https://github.com/unraid/webgui.git
synced 2026-01-03 16:14:54 -06:00
6 lines
388 B
PHP
6 lines
388 B
PHP
<link type="image/png" rel="shortcut icon" href="/webGui/images/<?= _var($var, 'mdColor', 'red-on') ?>.png">
|
|
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
<meta name="apple-mobile-web-app-title" content="<?= _var($var, 'NAME') ?>" />
|
|
<link rel="manifest" href="/manifest.json" />
|