-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
16 lines (16 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg?" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta name="keywords" content="social network, social media platform, online community, social networking app, connect with friends, share photos, user profiles, messaging app, friend requests, news feed, profile customization, real-time chat, user interaction, personalized feed, social sharing, user-generated content, friendship network, virtual community, user engagement, social connections">
<meta name="description" content="Connect and engage with friends on the social networking app. Share photos, chat in real-time, customize your profile, and stay updated with a personalized news feed. Join the online community and experience seamless social interaction.">
<meta name="author" content="Kulinich Kateryna" />
<title>SOCIAL NETWORK APP</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>