-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="msapplication-TileImage" content="https://entrellaves.com/wp-content/uploads/cropped-icono-1-270x270.png" />
<link rel="icon" href="https://entrellaves.com/wp-content/uploads/cropped-icono-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://entrellaves.com/wp-content/uploads/cropped-icono-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://entrellaves.com/wp-content/uploads/cropped-icono-1-180x180.png" />
<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]&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" rel="stylesheet">
<title>Eduardo Iriarte Gahete: Full Stack Engineer</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>