templates/layouts/styles.html.twig line 1
<link rel="icon" href="{{absolute_url(asset('build/images/brand/favicon.ico'))}}">
<!-- BOOTSTRAP CSS -->
<link id="style" href="{{absolute_url(asset('build/plugins/bootstrap/css/bootstrap.min.css'))}}" rel="stylesheet" />
<!-- STYLE CSS -->
{{ encore_entry_link_tags('app') }}