-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (46 loc) · 1.59 KB
/
index.html
File metadata and controls
49 lines (46 loc) · 1.59 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
49
<!doctype html>
<html lang="en">
<head>
<link
rel="shortcut icon"
href="favicon-dark.ico"
media="(prefers-color-scheme: dark)"
/>
<link
rel="shortcut icon"
href="favicon.ico"
media="(prefers-color-scheme: light)"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Meta tags -->
<meta charset="UTF-8" />
<meta name="theme-color" content="#185ADB" />
<meta
name="description"
content="Omar Sánchez is a product engineer based in Mexico. Passionate about building great products and amazing experiences."
/>
<meta
name="keywords"
content="omar, omar sanchez, developer, designer, mexico, mexico city, web developer, web designer, front end developer, react, react native, typescript, product engineer, product"
/>
<meta name="author" content="Omar Sánchez" />
<meta name="og:title" content="Omar Sánchez" />
<meta
name="og:description"
content="I'm a product engineer. Passionate about building great products and amazing experiences."
/>
<meta name="og:image" content="/og-image.png" />
<!-- Google fonts -->
<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=Raleway:wght@500;600&display=swap"
rel="stylesheet"
/>
<title>Omar Sánchez - Product Engineer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>