avances poderosos en ui
Some checks failed
build-and-deploy / filter (push) Successful in 4s
build-and-deploy / build (push) Failing after 19s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-05-25 08:21:57 -06:00
parent 55645d0cdd
commit 421ff236ae
40 changed files with 1669 additions and 425 deletions

View File

@@ -1,13 +1,16 @@
<!doctype html>
<html lang="en">
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<meta name="theme-color" content="#0d9488" /> <!-- color principal de la app -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Núcleo App</title>
<!-- Si luego querés PWA, activá el manifest -->
<!-- <link rel="manifest" href="/manifest.webmanifest" /> -->
</head>
<body>
<div id="app"></div>
<body class="min-h-screen flex flex-col bg-gray-100 text-gray-900 antialiased">
<div id="app" class="flex-1 flex flex-col"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>