mirror of https://github.com/Radarr/Radarr
Added mobile device icons
This commit is contained in:
parent
d1f9bdf0ec
commit
22bc0e96ff
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
|
@ -6,6 +6,16 @@
|
||||||
<head runat="server">
|
<head runat="server">
|
||||||
@this.InitClientTimings()
|
@this.InitClientTimings()
|
||||||
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
|
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
|
||||||
|
|
||||||
|
<!-- Standard iPhone -->
|
||||||
|
<link rel="apple-touch-icon" sizes="57x57" href="../../Content/Images/apple-touch-icon-114.png" />
|
||||||
|
<!-- Retina iPhone -->
|
||||||
|
<link rel="apple-touch-icon" sizes="114x114" href="../../Content/Images/apple-touch-icon-114.png" />
|
||||||
|
<!-- Standard iPad -->
|
||||||
|
<link rel="apple-touch-icon" sizes="72x72" href="../../Content/Images/apple-touch-icon-144.png" />
|
||||||
|
<!-- Retina iPad -->
|
||||||
|
<link rel="apple-touch-icon" sizes="144x144" href="../../Content/Images/apple-touch-icon-144.png" />
|
||||||
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
|
||||||
@Html.IncludeCss("jQueryUI/jquery-ui-1.8.16.custom.css")
|
@Html.IncludeCss("jQueryUI/jquery-ui-1.8.16.custom.css")
|
||||||
|
|
Loading…
Reference in New Issue