templates/header.html.twig line 1

Open in your IDE?
  1. <meta name="viewport" content="width=device-width, initial-scale=1" />
  2. <link rel="shortcut icon" href="{{ asset('assets/favicon.ico') }}" />
  3. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
  4. <link href="{{ asset('assets/plugins/custom/fullcalendar/fullcalendar.bundle.css') }}" rel="stylesheet" type="text/css" />
  5. <link href="{{ asset('assets/plugins/global/plugins.bundle.css') }}" rel="stylesheet" type="text/css" />
  6. <link href="{{ asset('assets/css/style.bundle.css') }}" rel="stylesheet" type="text/css" />
  7. <link href="{{ asset('assets/plugins/custom/datatables/datatables.bundle.css') }}" rel="stylesheet" type="text/css"/>