-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.82 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.82 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/strive-icon2.png" sizes="16x16"/>
<link rel="icon" type="image/png" href="/strive-icon2.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="/strive-icon2.png" sizes="48x48"/>
<link rel="icon" type="image/png" href="/strive-icon2.png" sizes="64x64"/>
<link rel="icon" type="image/png" href="/strive-icon2.png" sizes="96x96"/>
<link rel="icon" type="image/png" href="/strive-icon2.png" sizes="128x128"/>
<link rel="icon" type="image/png" href="/strive-icon2.png" sizes="256x256"/>
<link rel="icon" type="image/png" href="/strive-icon2.png" sizes="512x512"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>S t r i v e</title>
<meta name="description" content="STRIVE is your personal fitness companion - offering diet plans, workout splits,stretch libraries, challenges, and fitness calculators tailored for your goals." />
<meta name="author" content="CodebyAshuu" />
<meta name="keywords" content="fitness, workout, diet, health, exercise, training, gym, bodybuilding, yoga, pilates, cardio, strength, wellness, nutrition, personal trainer, fitness app" />
<meta name="theme-color" content="#10B981" />
<meta property="og:title" content="Strive: One Stop Fitness Website" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Made by CodebyAshuu" />
<meta property="og:image" content="/strive.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CodebyAshuu" />
<meta name="twitter:image" content="/strive.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>