Deprecated: ini_set(): assert.warning INI setting is deprecated in /home/ccoste/im/coste/www/vendor/symfony/runtime/Internal/BasicErrorHandler.php on line 35

Deprecated: Constant E_STRICT is deprecated in /home/ccoste/im/coste/www/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/ccoste/im/coste/www/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/base.html.twig line 1

  1. <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title>{% block title %}Welcome!{% endblock %}</title>
            {% block stylesheets %}
                {{ encore_entry_link_tags('app') }}
            {% endblock %}
            <style>
                .w3-theme-d2 {
                    color: #fff !important;
                    background-color: #4d636f !important;
                }
            </style>
        </head>
        <body>
            {% block body %}{% endblock %}
            {% block javascripts %}
                {{ encore_entry_script_tags('app') }}
            {% endblock %}
        </body>
    </html>