Reorganización de repositorio y ajuste de base path a /cruce-cuentas/

This commit is contained in:
Isaac Aracena
2026-05-13 13:11:25 -04:00
parent 54fe00af16
commit 39f361149b
5 changed files with 32 additions and 24 deletions
+14 -11
View File
@@ -1,13 +1,16 @@
<!doctype html>
<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>Cruce de Cuentas GLM</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
<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>Cruce de Cuentas GLM</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>