9 lines
432 B
Plaintext
9 lines
432 B
Plaintext
|
{# templates/html.html.twig #}
|
||
|
|
||
|
<title>{% block title %}Tailwind CSS workshop{% endblock %}</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||
|
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
|
||
|
<link rel="stylesheet" href="/build/tailwind.css"/>
|
||
|
{% block stylesheets %}{% endblock %}
|