templates/_head.html.twig line 1

  1.   <meta charset="utf-8">
  2.   <!-- mobile responsive meta -->
  3.   <meta name="viewport" content="width=device-width, initial-scale=1">
  4.   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  5.   
  6.   <!-- ** Plugins Needed for the Project ** -->
  7.   <!-- Bootstrap -->
  8.   <link rel="stylesheet" href="/plugins/bootstrap/bootstrap.min.css">
  9.     <!-- FontAwesome -->
  10.   <link rel="stylesheet" href="/plugins/fontawesome/font-awesome.min.css">
  11.     <!-- Animation -->
  12.     <link rel="stylesheet" href="/plugins/animate.css">
  13.     <!-- Prettyphoto -->
  14.     <link rel="stylesheet" href="/plugins/prettyPhoto.css">
  15.     <!-- Owl Carousel -->
  16.     <link rel="stylesheet" href="/plugins/owl/owl.carousel.css">
  17.     <link rel="stylesheet" href="/plugins/owl/owl.theme.css">
  18.     <!-- Flexslider -->
  19.     <link rel="stylesheet" href="/plugins/flex-slider/flexslider.css">
  20.     <!-- Flexslider -->
  21.     <link rel="stylesheet" href="/plugins/cd-hero/cd-hero.css">
  22.     <!-- Style Swicther -->
  23.     <link id="style-switch" href="/css/presets/preset3.css" media="screen" rel="stylesheet" type="text/css">
  24.     <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
  25.     <!--[if lt IE 9]>
  26.       <script src="/plugins/html5shiv.js"></script>
  27.       <script src="/plugins/respond.min.js"></script>
  28.     <![endif]-->
  29.   <!-- Main Stylesheet -->
  30.   <link href="/css/style.css" rel="stylesheet">
  31.   
  32.   <!--Favicon-->
  33.     <link rel="icon" href="/img/favicon/favicon-32x32.png" type="image/x-icon" />
  34.     <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/favicon/favicon-144x144.png">
  35.     <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/favicon/favicon-72x72.png">
  36.     <link rel="apple-touch-icon-precomposed" href="/img/favicon/favicon-54x54.png">