2026-03-28 16:02:59 -05:00
|
|
|
<!DOCTYPE html>
|
2026-03-30 20:51:29 -05:00
|
|
|
<html lang="es">
|
2026-03-28 16:02:59 -05:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Guiones IA</title>
|
2026-03-30 20:51:29 -05:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,300;12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet"/>
|
2026-03-28 16:02:59 -05:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
|
|
|
|
|
</head>
|
2026-03-30 20:51:29 -05:00
|
|
|
<body class="text-ink antialiased overflow-x-hidden font-body bg-canvas selection:bg-accent/20 selection:text-accent">
|
2026-03-28 16:02:59 -05:00
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|