templates/react/reactMicro.html.twig line 1
<!doctype html><html lang="fr" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><head><meta charset="UTF-8"><meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0"name="viewport"><meta name="theme-color" media="(prefers-color-scheme: dark)" content="#A3875E" />{% block favicon %}<link rel="apple-touch-icon" sizes="180x180" href="img/base/favicon/apple-touch-icon.png" /><link rel="icon" type="image/png" sizes="96x96" href="img/base/favicon/favicon-96x96.png" /><link rel="icon" type="image/svg+xml" href="img/base/favicon/favicon.svg" /><link rel="shortcut icon" href="img/base/favicon/favicon.ico" /><link rel="manifest" href="img/base/favicon/site.webmanifest" /><meta name="theme-color" content="#a3875e">{% endblock %}<title>{% block title %}Maatyss | Développement Web{% endblock %}</title>{% block meta %}<meta name="description" content="{{ app.request.server.get('META_GEN_DESCRIPTION') }}"><meta name="keywords" content="{{ app.request.server.get('META_GEN_KEYWORDS') }}"><meta name="author" content="{{ app.request.server.get('META_GEN_AUTHOR') }}">{% endblock %}{% block canonical %}<link rel="canonical" href="https://maatyss.fr">{% endblock %}{% block fbmeta %}<!-- Facebook meta tags --><meta property="og:type" content="website"><meta property="og:site_name" content="{{ app.request.server.get('META_FACEBOOK_NAME') }}"><meta property="og:url" content="{{ app.request.uri }}"><meta property="og:title" content="{{ app.request.server.get('META_FACEBOOK_TITLE') }}"><meta property="og:description" content="{{ app.request.server.get('META_FACEBOOK_DESCRIPTION') }}"><meta property="og:image" content="{{ app.request.server.get('META_FACEBOOK_IMAGE') }}"><meta property="og:image:secure_url" content="{{ app.request.server.get('META_FACEBOOK_IMG') }}"><meta property="og:image:url" content="{{ app.request.server.get('META_FACEBOOK_IMG') }}"><meta property="og:image:type" content="{{ app.request.server.get('META_FACEBOOK_IMAGE_TYPE') }}"><meta property="og:locale" content="fr_FR" />{% endblock %}{% block twittermeta %}<!-- Twitter meta tags --><meta name="twitter:card" content="summary_large_image"><meta property="twitter:url" content="{{ app.request.uri }}"><meta name="twitter:title" content="{{ app.request.server.get('META_TWITTER_TITLE') }}"><meta name="twitter:description" content="{{ app.request.server.get('META_TWITTER_DESCRIPTION') }}"><meta name="twitter:image" content="{{ app.request.server.get('META_TWITTER_IMAGE') }}">{% endblock %}<link href="/img/base/favicon/favicon.svg" rel="shortcut icon" type="image/x-icon">{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}{% block stylesheets %}{{ encore_entry_link_tags('app') }}{% endblock %}{% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}</head><body><div id="root"></div></body></html>