bff-challenge/templates/index.html.tera

9 lines
333 B
Plaintext
Raw Permalink Normal View History

2023-01-24 18:37:35 +00:00
{% extends "base" %}
{% block title %}{% endblock %}
{% block body %}
<div class="flex flex-col w-full h-fit content-center justify-center">
2023-01-24 19:19:39 +00:00
<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">
2023-01-24 18:37:35 +00:00
Crea tu propio test AHORA!
</a>
</div>
{% endblock %}