-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (25 loc) · 1.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://blog-hub-seven.vercel.app/" />
<meta property="og:title" content="BlogHub: Share Your Passion, Inspire Others" />
<meta property="og:description" content="Start your blogging journey today! Find your next great read, share your story with the world. Write, connect, and be heard." />
<meta property="og:image" content="https://blog-hub-seven.vercel.app/BlogHub-OG.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://blog-hub-seven.vercel.app/" />
<meta property="twitter:title" content="BlogHub: Share Your Passion, Inspire Others" />
<meta property="twitter:description" content="Start your blogging journey today! Find your next great read, share your story with the world. Write, connect, and be heard." />
<meta property="twitter:image" content="https://blog-hub-seven.vercel.app/BlogHub-OG.png" />
<meta name="twitter:site" content="@geekyAyushi">
<title>BlogHub</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>