-
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.17 KB
/
index.html
File metadata and controls
26 lines (24 loc) · 1.17 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="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Meteo App</title>
<meta name="description" content="MeteoApp - Pronóstico del tiempo con animaciones dinámicas y diseño responsive." />
<meta name="keywords" content="clima, pronóstico, meteorología, react, tailwindcss, meteapp" />
<meta name="author" content="Sandor Benarik" />
<meta name="theme-color" content="#0ea5e9" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/webp" sizes="16x16" href="/favicon-16x16.webp" />
<link rel="icon" type="image/webp" sizes="32x32" href="/favicon-32x32.webp" />
<link rel="apple-touch-icon" href="/apple-touch-icon.webp">
<link rel="icon" type="image/webp" sizes="192x192" href="/android-chrome-192x192.webp" />
<link rel="icon" type="image/webp" sizes="512x512" href="/android-chrome-512x512.webp" />
<!-- Manifest -->
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div id="root"></div>
<script type="module" src="src/main.jsx"></script>
</body>
</html>