-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 2.03 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" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>POST 0 | Connect, and Engage with POST0</title>
<meta property="og:url" content="https://post0.vercel.app/" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://post0.vercel.app/logo.png" />
<meta name="description" content="Discover POST0, an intuitive social media platform created by Rafay Memon using React and Firebase. Share your moments, connect with friends, and engage with a vibrant community through posts, comments, likes, and more. Customize your profile, follow your favorite users, and stay updated with the latest interactions. Explore the seamless experience of POST0 today!" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Connect, and Engage with POST0 | Developed By Rafay Memon" />
<meta name="keywords" content="Social Media App,POST 0, Post 0 React Firebase App, POST0 Social Platform, User Profiles, Post Sharing, Like and Comment Features, Follow and Unfollow Users, Rafay Memon Projects, Interactive Social Network, Firebase Authentication" />
<link rel="canonical" href="https://post0.vercel.app/" />
<meta property="og:description" content="Discover POST0, an intuitive social media platform created by Rafay Memon using React and Firebase. Share your moments, connect with friends, and engage with a vibrant community through posts, comments, likes, and more. Customize your profile, follow your favorite users, and stay updated with the latest interactions. Explore the seamless experience of POST0 today!" />
<meta property="og:image" content="https://post0.vercel.app/favicon.ico" />
<meta name="google-site-verification" content="DBeGDOXIEwENjzUWKRvcR0KrghE716KorL4RAOYP3wA" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>