Feat: Migrado de datos de MariaDB a SQL Server y Fix de Tabla

This commit is contained in:
2025-10-04 22:17:05 -03:00
parent 85bd1915e0
commit e14476ff88
21 changed files with 4607 additions and 1 deletions

13
frontend/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Equipos</title>
<link rel="icon" type="image/x-icon" href="/eldia.svg">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>