bff-challenge/templates/index.html.tera

9 lines
333 B
Plaintext

{% extends "base" %}
{% block title %}{% endblock %}
{% block body %}
<div class="flex flex-col w-full h-fit content-center justify-center">
<a class="btn btn-ghost normal-case w-96 h-20 flex-initial bg-base-300 shadow-xl self-center m-48 text-lg" href="/create">
Crea tu propio test AHORA!
</a>
</div>
{% endblock %}