codigo0/promo-site/index.html
Javier 5cbe03c1e0
Some checks are pending
Deploy Código 0 / deploy (push) Waiting to run
feat: transform promo-site into React portal with integrated admin and glassmorphism
2026-03-25 12:34:33 +01:00

16 lines
622 B
HTML

<!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>Código 0 — Portal de Gestión</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400&family=Barlow+Condensed:wght@400;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>