13 lines
193 B
HTML
13 lines
193 B
HTML
<div class="container p-2">
|
|
|
|
|
|
<h1 class="text-2xl">Inicio de sesión</h1>
|
|
|
|
|
|
{{ template "components/input" .EmailField }}
|
|
|
|
{{ template "components/input" .PasswordField }}
|
|
|
|
|
|
</div>
|