templates/header.html.twig line 1

Open in your IDE?
  1. <head>
  2.   <meta charset="utf-8">
  3.   <title>Webquality - Matières premières</title>
  4.   <meta name="description" content="">
  5.   <meta name="author" content="">
  6.   <meta name="viewport" content="width=device-width, initial-scale=1">
  7.   <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin,cyrillic-ext" rel="stylesheet"
  8.         type="text/css">
  9.   <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
  10.   <link rel="apple-touch-icon" sizes="180x180" href="{{ asset('assets/images/favicon') }}/apple-touch-icon.png">
  11.   <link rel="icon" type="image/png" sizes="32x32" href="{{ asset('assets/images/favicon') }}/favicon-32x32.png">
  12.   <link rel="icon" type="image/png" sizes="16x16" href="{{ asset('assets/images/favicon') }}/favicon-16x16.png">
  13.   <link rel="manifest" href="{{ asset('assets/images/favicon') }}/site.webmanifest">
  14.   <meta name="msapplication-TileColor" content="#da532c">
  15.   <meta name="theme-color" content="#ffffff">
  16.   <link href="{{ asset('plugins/bootstrap/css/bootstrap.css') }}" rel="stylesheet">
  17.   <link href="{{ asset('plugins/node-waves/waves.css') }}" rel="stylesheet"/>
  18.   <link href="{{ asset('plugins/animate-css/animate.css') }}" rel="stylesheet"/>
  19.   <link href="{{ asset('plugins/bootstrap-colorpicker/css/bootstrap-colorpicker.css') }}" rel="stylesheet"/>
  20.   <link href="{{ asset('plugins/bootstrap-colorpicker/css/bootstrap-colorpicker.css') }}" rel="stylesheet"/>
  21.   <link href="{{ asset('plugins/dropzone/dropzone.css') }}" rel="stylesheet">
  22.   <link href="{{ asset('plugins/multi-select/css/multi-select.css') }}" rel="stylesheet">
  23.   <link href="{{ asset('plugins/jquery-spinner/css/bootstrap-spinner.css') }}" rel="stylesheet">
  24.   <link href="{{ asset('plugins/bootstrap-tagsinput/bootstrap-tagsinput.css') }}" rel="stylesheet">
  25. {#  <link href="{{ asset('plugins/bootstrap-select/css/bootstrap-select.css') }}" rel="stylesheet"/>#}
  26.   <link href="{{ asset('plugins/jquery-datatable/skin/bootstrap/css/dataTables.bootstrap.css') }}" rel="stylesheet">
  27.   <link href="https://cdn.datatables.net/buttons/1.7.0/css/buttons.dataTables.min.css" rel="stylesheet">
  28.   <link href="{{ asset('plugins/nestable/jquery-nestable.css') }}" rel="stylesheet"/>
  29. {#  <link href="{{ asset('plugins/bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker.css') }}"#}
  30. {#        rel="stylesheet"/>#}
  31.   <link href="{{ asset('plugins/bootstrap-datepicker/css/bootstrap-datepicker.css') }}" rel="stylesheet"/>
  32.   <link href="{{ asset('plugins/dropzone/dropzone.css') }}" rel="stylesheet">
  33.   <link href="{{ asset('plugins/multi-select/css/multi-select.css') }}" rel="stylesheet">
  34.   <link href="{{ asset('css/style.css') }}" rel="stylesheet">
  35.   <link href="{{ asset('css/themes/all-themes.css') }}" rel="stylesheet"/>
  36.   <link href="https://cdn.datatables.net/select/1.3.1/css/select.dataTables.min.css" rel="stylesheet"/>
  37.   <link href="{{ asset('assets/plugins/select2/dist/css/select2.min.css') }}" rel="stylesheet">
  38.   {% block stylesheets %}
  39.     {{ encore_entry_link_tags('app') }}
  40.   {% endblock %}
  41. </head>