src/Flexy/FrontBundle/templates/_head.html.twig line 1

Open in your IDE?
  1. <head>
  2.         <meta charset="utf-8">
  3.         <meta http-equiv="x-ua-compatible" content="ie=edge">
  4.         <title>
  5.         {% block title %}
  6.             O'mall center
  7.         {% endblock %}
  8.         </title>
  9.         <meta name="description" content="{% block description %}DP Immo (SARL) est le promoteur du Centre Commercial O’MALL, avec une position d’Aménageur-Développeur dans la municipalité de Dar Bouazza (Sud Casablanca).{% endblock %}">
  10.         <meta name="viewport" content="width=device-width, initial-scale=1">
  11.         <!-- Favicon -->
  12.         <link rel="shortcut icon" type="image/x-icon" href="{{asset('bundles/flexyfront/assets/images/favicon.png')}}">
  13.         <!-- Material Design Iconic Font-V2.2.0 -->
  14.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/material-design-iconic-font.min.css')}}">
  15.         <!-- Font Awesome -->
  16.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/font-awesome.min.css')}}">
  17.         <!-- Font Awesome Stars-->
  18.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/fontawesome-stars.css')}}">
  19.         <!-- Meanmenu CSS -->
  20.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/meanmenu.css')}}">
  21.         <!-- owl carousel CSS -->
  22.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/owl.carousel.min.css')}}">
  23.         <!-- Slick Carousel CSS -->
  24.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/slick.css')}}">
  25.         <!-- Animate CSS -->
  26.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/animate.css')}}">
  27.         <!-- Jquery-ui CSS -->
  28.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/jquery-ui.min.css')}}">
  29.         <!-- Venobox CSS -->
  30.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/venobox.css')}}">
  31.         <!-- Nice Select CSS -->
  32.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/nice-select.css')}}">
  33.         <!-- Magnific Popup CSS -->
  34.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/magnific-popup.css')}}">
  35.         <!-- Bootstrap V4.1.3 Fremwork CSS -->
  36.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/bootstrap.min.css')}}">
  37.         <!-- Helper CSS -->
  38.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/helper.css')}}">
  39.         <!-- Main Style CSS -->
  40.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/style.css')}}">
  41.         <!-- Responsive CSS -->
  42.         <link rel="stylesheet" href="{{asset('bundles/flexyfront/assets/css/responsive.css')}}">
  43.     <link rel="stylesheet" type="text/css" href="{{asset('bundles/flexyfront/assets/js/price-range/price_range_style.css')}}"/>
  44.         <!-- Modernizr js -->
  45.         <script src="{{asset('bundles/flexyfront/assets/js/vendor/modernizr-2.8.3.min.js')}}"></script>
  46.         
  47.     </head>