Agregue unique a email y errores a register.
Y MERGE LO DE BRYAM (COPIE Y PEGUE)
This commit is contained in:
@@ -1,20 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<title>Laravel 12</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="h-screen w-screen bg-amber-200">
|
||||
<div class="w-full h-15 bg-red-800/40 flex items-center px-4">
|
||||
<h1 class="font-bold text-3xl">Homepage</h1>
|
||||
<div class="ml-auto flex gap-4">
|
||||
<a href="login" class="hover:underline">Iniciar sesión</a>
|
||||
<a href="register" class="hover:underline">Registrarse</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<x-appc>
|
||||
<x-slot name="title">Lauck - Inicio</x-slot>
|
||||
<x-slot name="navTitle">Bienvenido</x-slot>
|
||||
</x-appc>
|
||||
Reference in New Issue
Block a user