Creando proyecto
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!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 justify-center">
|
||||
<hi class="font-bold text-3xl">Tas viendo el homepage</hi>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user