templates/partials/head-css.html.twig line 1

  1. <!-- Bootstrap Css -->
  2. <link
  3. href="/css/bootstrap.min.css" id="bootstrap-style" rel="stylesheet" type="text/css"/>
  4. <!-- Icons Css -->
  5. <link
  6. href="/css/icons.min.css" rel="stylesheet" type="text/css"/>
  7. <!-- App Css-->
  8. <link
  9. href="/css/app.min.css" id="app-style" rel="stylesheet" type="text/css"/>
  10. <meta name='robots' content='noindex, nofollow' />
  11. {# 'app' must match the first argument to addEntry() in webpack.config.js #}
  12. {{ encore_entry_link_tags('app') }}