mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
25 lines
361 B
Twig
25 lines
361 B
Twig
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
{% stylesheets output="css/all.css"
|
|
"@CLChillMainBundle/Resources/assets/gumpy/css/gumby.css" %}
|
|
<link rel="stylesheet" href="{{ asset_url }}"/>
|
|
{% endstylesheets %}
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<p> Hello ! </p>
|
|
|
|
<div class="medium primary btn">
|
|
<a href="#">Primary</a>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
</html> |