Update home.blade.php

This commit is contained in:
Bryam Cesar
2025-08-13 00:19:35 -03:00
parent e9cd6f3b4f
commit 90c62a7e59
+4 -16
View File
@@ -1,16 +1,4 @@
<!DOCTYPE html> <x-appc>
<html lang="en"> <x-slot name="title">Lauck - Home</x-slot>
<head> <x-slot name="navTitle">Bienvenido</x-slot>
<meta charset="UTF-8"> </x-appc>
<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 justify-center">
<hi class="font-bold text-3xl">Tas viendo el homepage</hi>
</div>
</div>
</body>
</html>