templates/includes/head.html.twig line 1

Open in your IDE?
  1. <head>
  2. <meta charset="utf-8">
  3.  <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <!-- Page Title -->
  6.     <title>ASTP</title>
  7. <!-- /Page title -->
  8. <!-- Seo Tags -->
  9.     <meta name="description" content="Your page description here" />
  10.     <meta name="keywords" content="Your meta keywords, here"/>
  11.     <meta name="robots" content="index, follow"> 
  12. <!-- /Seo Tags -->
  13. <!-- Favicon and Touch Icons
  14. ========================================================= -->
  15.     <link rel="shortcut icon" href="/img/1.png" type="image/x-icon">
  16.     <link rel="icon" href="/img/1.png" type="image/x-icon">
  17. <!-- /Favicon
  18. ========================================================= -->
  19. <!-- >> CSS
  20. ============================================================================== -->
  21.     <!-- Bootstrap styles -->
  22.     <link href="/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  23.     <!-- /Bootstrap Styles -->
  24.     <!-- Google Web Fonts -->    
  25.     <link href='https://fonts.googleapis.com/css?family=Hind:400,700' rel='stylesheet' type='text/css'>
  26.     <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  27.     <!-- /google web fonts -->
  28.     <!-- owl carousel -->
  29.     <link href="/vendor/owl.carousel/owl-carousel/owl.carousel.css" rel="stylesheet">
  30.     <link href="/vendor/owl.carousel/owl-carousel/owl.theme.css" rel="stylesheet">
  31.     <!-- /owl carousel -->
  32.     <!-- fancybox.css -->
  33.     <link href="/vendor/fancybox/jquery.fancybox.css" rel="stylesheet">
  34.     <!-- /fancybox.css -->
  35.     <!-- Font Awesome -->
  36.     <link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
  37.     <!-- /Font Awesome -->
  38.     <!-- Main Styles -->
  39.     <link href="/css/styles.css" rel="stylesheet">
  40.     <!-- /Main Styles -->
  41. <!-- >> /CSS
  42. ============================================================================== -->
  43. </head>
  44. <style>
  45. .sf-toolbarreset{display: none !important;}
  46. </style>