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

feat: add favicon

parent 9373f72b
Branches
1 merge request!8Dev
public/images/icon-mcdo.webp

7.21 KiB

......@@ -3,11 +3,9 @@
<head>
<meta charset="UTF-8" />
<title>{% block title %}Welcome!{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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 %}
{{
......
{% extends 'base.html.twig' %} {% block body %}
{% extends 'base.html.twig' %} {% block title %}Clone McDo - Home {% endblock %}{% block body
%}
<div class="grid grid-cols-1 lg:grid-cols-[300px_1fr]">
<aside class="mb-12">
<p class="text-3xl">Filtres</p>
......
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