templates/partials/head.html.twig line 1

  1.  {% block head %}
  2. <!DOCTYPE html>
  3. <html lang="en" class="scroll-smooth">
  4.   <head>
  5.     <meta name="description" content="Les bonnes adresses du Sarladais pour visiter la Dordogne en toute simplicité." />
  6.     <meta name="image" content="https://bestof.ovh/images/accueil_bos.png">
  7.     <meta name="keywords" content="HTML, CSS, JavaScript" />
  8.     <meta name="author" content="PIerre Melsens-Kastner" />
  9.     <!-- favicon start  -->
  10.     <link
  11.       rel="icon"
  12.       type="image/png"
  13.       sizes="16x16"
  14.       href="../img/favicon/favicone.png"
  15.     />
  16.     <!-- favicon end  -->
  17.     <meta property="og:title" content="Best of Sarlat">
  18.         <meta property="og:description" content="Les bonnes adresses du Sarladais pour visiter la Dordogne en toute simplicité.">
  19.         <meta property="og:image" content="https://bestof.ovh/images/accueil_bos.png">
  20.         <meta property="og:url" content="https://bestof.ovh/">
  21.     <link
  22.       rel="stylesheet"
  23.       type="text/css"
  24.       href="../css/plugin-css/swiper-bundle.css"
  25.     />
  26.     <link rel="stylesheet" type="text/css" href="../css/plugin-css/aos.css" />
  27.     <meta charset="utf-8" />
  28. <meta
  29.   name="viewport"
  30.   content="width=device-width, initial-scale=1, shrink-to-fit=no"
  31. />
  32. <link rel="shortcut icon" href="" type="image/x-icon" />
  33. <link rel="preconnect" href="https://fonts.googleapis.com" />
  34. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  35. <link
  36.   href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
  37.   rel="stylesheet"
  38. />
  39. <link
  40.   rel="stylesheet"
  41.   href="https://kit-pro.fontawesome.com/releases/v5.12.1/css/pro.min.css"
  42. />
  43. <link rel="stylesheet" type="text/css" href="../css/style.css" />
  44. <title>{% block title %}Best of Sarlat{% endblock %}</title>
  45.   </head>
  46. {% endblock %}