Skip to content
Snippets Groups Projects
Commit 2c0b8dff authored by Axel Po's avatar Axel Po
Browse files

feat: add favicon

parent 3b5cdff3
Branches
1 merge request!8Dev
......@@ -3,10 +3,9 @@
<head>
<meta charset="UTF-8" />
<title>{% block title %}Clone McDo - Login{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>"
/>
rel="icon" type="image/x-icon" href="{{ asset('images/icon-mcdo.webp') }}"/>
{# Run `composer require symfony/webpack-encore-bundle` to start using
Symfony UX #} {% block stylesheets %}
{{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment