-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Majestic Bay Team - We always solve the client's problem in the most optimal and effective way." />
<title>Majestic Bay</title>
<!-- Open Graph meta tags for social media previews -->
<meta property="og:title" content="Majestic Bay Team" />
<meta property="og:description" content="We always solve the client's problem in the most optimal and effective way." />
<meta property="og:image" content="%PUBLIC_URL%/logo.png" />
<meta property="og:url" content="https://majesticbay.net/" />
<meta property="og:type" content="website" />
<!-- Twitter meta tags for Twitter cards -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Majestic Bay Team" />
<meta name="twitter:description" content="We always solve the client's problem in the most optimal and effective way." />
<meta name="twitter:image" content="%PUBLIC_URL%/logo.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>