templates/base.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="fr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
  6.         <meta name="description" content="CRM DOD ARCHITECTE , Inspiré par l’effervescence des arts décoratifs et la rigueur de l’architecture dès le plus jeune âge, David-Olivier DESCOMBES devient architecte d’intérieur puis architecte.">
  7.         <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1'/>
  8.         <meta name="keywords" content="CRM, DOD, ARCHITECTE">
  9.         <meta name="author" content="DAVID-OLIVIER DESCOMBES">
  10.         <meta name="viewport" content="width=device-width,initial-scale=1.0">
  11.         {# <meta http-equiv="refresh" content="300000000000"> #}
  12.         <meta property="og:locale" content="fr_FR"/>
  13.         <meta property="og:type" content="website"/>
  14.         <meta property="og:title" content="CRM DOD ARCHITECTE | -Olivier.DESCOMBES"/>
  15.         <meta property="og:url" content="https://saas.dodarchitecte.com/"/>
  16.         <meta property="og:site_name" content="CRM DOD ARCHITECTE | David-Olivier.DESCOMBES"/>
  17.         <title>CRM DOD ARCHITECTE</title>
  18.         <link rel="icon" href="/favico.ico">
  19.         <link rel="preconnect" href="https://fonts.googleapis.com">
  20.         <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  21.         <link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
  22.         <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
  23.           <link rel="canonical" href="https://localhost.com"/>
  24.         <link href="{{ asset('css/vue-select.min.css') }}" rel="stylesheet"/>
  25.         <link href="{{ asset('css/vue-datepicker.min.css') }}" rel="stylesheet"/>
  26.         <link href="{{ asset('css/main.css') }}" rel="stylesheet"/>
  27.         <style type="text/css">
  28.          input::-webkit-input-placeholder:after/* Only for Chrome */
  29.             {
  30.                 color: red;
  31.                 content: "*";
  32.                 opacity: 1
  33.             }
  34.             input::placeholder {
  35.                 color: red;
  36.             }
  37.         </style>
  38.         {% block stylesheets %}
  39.             {{ encore_entry_link_tags('app') }}
  40.         {% endblock %}
  41.         {% block javascripts %}
  42.             {{ encore_entry_script_tags('app') }}
  43.         {% endblock %}
  44.     </head>
  45.     <body>
  46.         {% block body %}{% endblock %}
  47.         {{ vite_assets('main.js') }}
  48.     </body>
  49. </html>