forked from gabrysia694/Gym-Junkies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (39 loc) · 1.71 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="shortcut icon"
href="https://user-images.githubusercontent.com/88102392/233238344-b05e3c5d-178e-4a7b-9757-60063fb0f969.png"
type="image">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 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=Roboto&display=swap" rel="stylesheet">
<!-- for SEO -->
<meta name="description" content="Your Ultimate Destination for a Healthier You!">
<meta name="keywords" content="Gym Junkies, Gym, Open Source, fitness, community">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="gabrysia694">
<!-- Open Graph Tags -->
<meta property="og:title" content="Gym Junkies">
<meta property="og:description" content="Your Ultimate Destination for a Healthier You!">
<meta
property="og:image"
content="https://images.unsplash.com/photo-1550345332-09e3ac987658?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"
>
<meta property="og:image:width" content="600px">
<meta property="og:image:height" content="600px">
<meta property="og:url" content="https://gymjunkies.netlify.app/">
<!-- Theme color -->
<meta name="theme-color" content="#FFFFFF">
<title>Gym Junkies</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>