|
|
|
@ -6,6 +6,16 @@
|
|
|
|
|
<head runat="server">
|
|
|
|
|
@this.InitClientTimings()
|
|
|
|
|
<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" />
|
|
|
|
|
<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")
|
|
|
|
|