Este commit está contenido en:
2025-10-08 20:26:57 -03:00
commit bbf08962cd
Se han modificado 64 ficheros con 14374 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,15 @@
<html>
<body>
<h1>Buscador</h1>
<form action="/buscador" method="post">
@csrf
<input name="contenido" type="text">
<button type="submit">Buscar</button>
</form>
@error('contenido')
<div style="color: red;">{{ $message }}</div>
@enderror
</body>
</html>

Ver fichero

@@ -0,0 +1,8 @@
<html>
<body>
<h1>Página 1</h1>
<p>Hola a {{ $nombrePersona }}!</p>
</body>
</html>

Las diferiencias del archivo han sido suprimidas porque una o mas lineas son muy largas