-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (41 loc) · 1.57 KB
/
Copy pathindex.html
File metadata and controls
48 lines (41 loc) · 1.57 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon principal -->
<link
rel="icon"
href="/favicon.ico"
type="image/x-icon"
sizes="16x16 32x32 48x48"
/>
<!-- Apple Touch Icon (para iOS) -->
<link
rel="apple-touch-icon"
href="/apple-touch-icon-180.png"
sizes="180x180"
/>
<link
rel="preload"
href="/src/assets/fonts/Inter-latin.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<!-- Meta para Android y navegadores -->
<meta name="theme-color" content="#000000" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Rodrigo Opalo" />
<meta name="msapplication-TileColor" content="#000000" />
<meta name="msapplication-TileImage" content="/apple-touch-icon-180.png" />
<noscript><style>[data-nojs-visible]{opacity:1!important;transform:none!important}[data-nojs-hide]{display:none!important}[data-nojs-language]{display:flex!important}@media(max-width:639px){[data-nojs-navbar]{position:static!important}[data-nojs-mobile-nav]{display:flex!important}}</style></noscript>
<!--app-head-->
</head>
<body class="font-sans bg-white text-gray-900">
<div id="root"><!--app-html--></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>