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

Open in your IDE?
  1. <!-- Bootstrappp Css -->
  2. <link
  3. href="{{ absolute_url(asset('css/bootstrap.min.css')) }}" id="bootstrap-style" rel="stylesheet" type="text/css"/>
  4. <!-- Icons Css -->
  5. <link
  6. href="{{ absolute_url(asset('css/icons.min.css')) }}" rel="stylesheet" type="text/css" />
  7. <!-- App Css-->
  8. <link href="{{ absolute_url(asset('css/app.min.css')) }}" id="app-style" rel="stylesheet" type="text/css" />
  9. <link href="{{ absolute_url(asset('css/custom.css')) }}" rel="stylesheet" type="text/css" />
  10. <link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css” />