-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
46 lines (46 loc) · 2.09 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
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#111111" />
<meta
name="description"
content="Intrepide is your new home in boutique wellness. We join the dependable standards of Pilates with forefront development to give you the most out of each exercise."
/>
<meta name="author" content="Jericho P. Bantiquete" />
<meta name="copyright" content="Jericho P. Bantiquete" />
<meta
name="keywords"
content="gym website, react projects, fitness website, gym fitness website, jericho bantiquete"
/>
<meta property="og:url" content="https://intrepide.netlify.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Intrepide" />
<meta
property="og:description"
content="Intrepide is your new home in boutique wellness. We join the dependable standards of Pilates with forefront development to give you the most out of each exercise."
/>
<meta property="og:image" content="https://i.imgur.com/W0m79H0.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@monciego" />
<meta property="twitter:url" content="https://intrepide.netlify.app/" />
<meta name="twitter:title" content="Intrepide" />
<meta
name="twitter:description"
content="Intrepide is your new home in boutique wellness. We join the dependable standards of Pilates with forefront development to give you the most out of each exercise."
/>
<meta name="twitter:image" content="https://i.imgur.com/W0m79H0.png" />
<link rel="apple-touch-icon" href="/logo.png" />
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,900;1,700&family=Montserrat:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<title>Intrepide</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>