-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 1.48 KB
/
Copy pathindex.html
File metadata and controls
26 lines (24 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BeyondNet Tech - Soluciones de Arquitectura, IA y Software Moderno</title>
<meta name="description" content="BeyondNet desarrolla arquitectura modular progresiva, sistemas de identidad (UMS) y soluciones de trazabilidad avanzadas para impulsar el desarrollo de software.">
<meta name="keywords" content="BeyondNet, Evolith, UMS, Track & Trace, Hermes Agent, arquitectura modular, .NET, microservicios">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://beyondnet.cloud/">
<meta property="og:title" content="BeyondNet Tech - Soluciones de Arquitectura, IA y Software Moderno">
<meta property="og:description" content="Arquitectura modular, UMS y trazabilidad avanzada. Conoce nuestro catálogo de productos y soluciones de código abierto.">
<!-- Google Fonts: Outfit & Inter -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="dark-theme">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>