Files
mek-tech-consulting/frontend/index.html
T
mo bd5b80b853 feat: React 19 SPA frontend (v3.0) — volledige moderne UI op /app
- 24 pagina's: dashboard, clients, engagements, tasks, calendar, email,
  projects, time, invoices, finance, racks (visuele rack-view), networking,
  diagrams, market intel, AI studio (providers+chat), notifications,
  search, settings (algemeen/users/backup/audit)
- Vite + React 19 + Tailwind v4 + recharts + lucide, dark neon thema, NL
- Build gedeployed naar public/spa, geserveerd door Express op /app
2026-07-21 21:42:25 +02:00

13 lines
320 B
HTML

<!doctype html>
<html lang="nl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mek-Tech — Consultancy Platform</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>