20 lines
535 B
HTML
20 lines
535 B
HTML
<!doctype html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0"
|
|
/>
|
|
<title>SiteMente | Agencia de Implementación de IA</title>
|
|
<meta
|
|
name="description"
|
|
content="SiteMente ayuda a negocios locales en España con agentes de voz, chatbots, webs inteligentes y automatización."
|
|
/>
|
|
</head>
|
|
<body class="bg-white">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|