templates/app/base.html.twig line 1
<!DOCTYPE html><html lang="{{ app.request.locale }}"><head><meta charset="UTF-8"><meta http-equiv="ScreenOrientation" content="autoRotate:disabled"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><link rel="apple-touch-icon" sizes="180x180" href="{{ asset('build/images/app/apple-touch-icon.png') }}"><link rel="icon" type="image/png" sizes="32x32" href="{{ asset('build/images/app/favicon-32x32.png') }}"><link rel="icon" type="image/png" sizes="16x16" href="{{ asset('build/images/app/favicon-16x16.png') }}"><link rel="manifest" href="{{ asset('build/images/app/site.webmanifest') }}"><link rel="mask-icon" href="{{ asset('build/images/app/safari-pinned-tab.svg') }}" color="#5bbad5"><meta name="msapplication-TileColor" content="#0f0e26"><meta name="theme-color" content="#0f0e26"><title>{% block title %}Ediswipe - Votre solution de support 0% papier{% endblock %}</title><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet"><script>var vh = window.innerHeight * 0.01;document.documentElement.style.setProperty('--vh', vh + 'px');window.addEventListener('resize', function () {vh = window.innerHeight * 0.01;document.documentElement.style.setProperty('--vh', vh + 'px');});var vw = window.innerWidth * 0.01;if ( window.innerWidth > 992 ) { vw = vh * 9 / 16 ; }document.documentElement.style.setProperty('--vw', vw + 'px');window.addEventListener('resize', function () {vw = window.innerWidth * 0.01;if ( window.innerWidth > 992 ) { vw = vh * 9 / 16 ; }document.documentElement.style.setProperty('--vw', vw + 'px');});</script>{% block stylesheets %}{{ encore_entry_link_tags('app') }}{% endblock %}{% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}</head><body>{% block body %}{% endblock %}</body></html>