add homepage #5

Merged
jleibl merged 6 commits from feature/homepage into main 2025-01-23 16:40:06 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit eb9ea37213 - Show all commits

BIN
assets/images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Abiball-Tickets | {% block title %}{% endblock %}</title> <title>Abiball-Tickets | {% block title %}{% endblock %}</title>
<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><text y=%221.3em%22 x=%220.2em%22 font-size=%2276%22 fill=%22%23fff%22>sf</text></svg>"> <link rel="icon" href="{{ asset('images/icon.png') }}">
{% block stylesheets %} {% block stylesheets %}
{% endblock %} {% endblock %}