9 lines
325 B
Plaintext
9 lines
325 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" href="/create">
|
|
Crea tu propio test AHORA!
|
|
</a>
|
|
</div>
|
|
{% endblock %} |