-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.56 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-title" content="Syncmate" />
<meta name="description" content="Syncmate is a seamless chat application designed for fast, secure, and real-time communication across devices. Connect. Chat. Sync." />
<meta name="keywords" content="Syncmate, chat app, messaging app, real-time messaging, secure chat, instant messenger, group chat, private messaging, encrypted chat, chat application, mobile messenger, cross-platform chat, communication tool, video chat, text messaging, free chat app, chat sync, team messaging, online chat, chat app for business, chat app for friends, message sync, messaging platform, chat software" />
<link rel="canonical" href="https://www.syncmate.com/" />
<link rel="preconnect" href="https://api.syncmate.ru/" />
<link rel="icon" type="image/png" href="/src/shared/lib/assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/src/shared/lib/assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/src/shared/lib/assets/favicons/apple-touch-icon.png" />
<title>Syncmate - Sync Your Chats, Sync Your Life.</title>
</head>
<body>
<div id="root"></div>
<div id="modal-root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>