templates/layouts/custom-styles.html.twig line 1

Open in your IDE?
  1.  <!-- FAVICON CSS -->
  2.         <link rel="icon" href="{{absolute_url(asset('build/images/brand/favicon.ico'))}}">
  3.         <!-- BOOTSTRAP CSS -->
  4.         <link id="style" href="{{absolute_url(asset('build/plugins/bootstrap/css/bootstrap.min.css'))}}" rel="stylesheet" />
  5.         <!-- STYLE CSS -->
  6.          {{ encore_entry_link_tags('app') }}