-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (37 loc) · 1.74 KB
/
index.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="src/sprites/isotipo-blanco.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Oswald:[email protected]&display=swap"
rel="stylesheet"
/>
<title>Landing Salmorejo Tech 2025</title>
<!-- Open Graph Metadata -->
<meta property="og:title" content="Landing Salmorejo Tech 2025" />
<meta property="og:description" content="Explora la tecnología de Salmorejo Tech para el 2025. Innovación, diseño y tecnología al alcance de todos." />
<meta property="og:image" content="https://salmorejo.tech/2025/assets/logoAula-Bqd7S8Kg.png" />
<meta property="og:url" content="https://salmorejo.tech/2025/" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Salmorejo Tech" />
<!-- Twitter Card Metadata -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Landing Salmorejo Tech 2025" />
<meta name="twitter:description" content="Explora la tecnología de Salmorejo Tech para el 2025. Innovación, diseño y tecnología al alcance de todos." />
<meta name="twitter:image" content="https://salmorejo.tech/2025/assets/logoAula-Bqd7S8Kg.png" />
<meta name="twitter:site" content="@salmorejotech" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>